Add workflow for Forgejo Actions

This commit is contained in:
Akira Tempaku 2025-01-11 23:13:57 +09:00
commit 418860c6d1
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 62 additions and 4 deletions
.github/workflows

View file

@ -1,4 +1,4 @@
name: 'test'
name: 'CI'
on:
push:
@ -9,13 +9,12 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
- ccl-bin
env:
LISP: ${{ matrix.lisp }}