Add workflow for Forgejo actions

This commit is contained in:
Akira Tempaku 2025-01-11 22:29:42 +09:00
parent f8699dcc8c
commit 506bf5d685
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 74 additions and 4 deletions
.github/workflows

View file

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