Migrate from GitHub to Forgejo

This commit is contained in:
Akira Tempaku 2025-01-11 09:52:57 +00:00
parent a73af8d936
commit 31a825b033
Signed by: paku
GPG key ID: 5B4E8402BCC50607
5 changed files with 105 additions and 28 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 }}