Skip to content

printer: allocate uninitialized memory #277

printer: allocate uninitialized memory

printer: allocate uninitialized memory #277

Workflow file for this run

name: Lone Lisp CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
- name: Test
run: make test