Skip to content

Merge branch 'reorganization' #186

Merge branch 'reorganization'

Merge branch 'reorganization' #186

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