Skip to content

Update README.md

Update README.md #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
#- macos-latest
#- windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup SBCL
uses: cheeze2000/setup-sbcl@main
with:
version: 2.4.2
- name: Run tests
run: |
sbcl --script ./test/test.lisp