ci: port from gitlab to forgejo Actions
Some checks failed
ci / test (push) Failing after 13s

This commit is contained in:
russell 2026-06-22 09:30:28 -04:00
parent 9fafd437db
commit bebaaea937
No known key found for this signature in database

12
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,12 @@
name: ci
'on': push
jobs:
test:
runs-on:
- self-hosted
- build
steps:
- name: checkout
uses: actions/checkout@v4
- name: script
run: make test