Add GitHub Actions for mirror repo
All checks were successful
CI / test (sbcl-bin) (push) Successful in 29s

This commit is contained in:
paku 2025-01-11 20:12:17 +09:00
parent 9dd80a7e60
commit 04430ec978
Signed by: paku
GPG key ID: 5B4E8402BCC50607

28
.github/workflows/CI.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: 'CI'
on:
push:
branches:
- 'master'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
with:
asdf-system: hsx
- uses: 40ants/run-tests@v2
with:
asdf-system: hsx