feat: migrate from woodpecker to forgejo actions
All checks were successful
/ build (push) Successful in 22s

This commit is contained in:
s3lph 2023-11-13 20:36:42 +01:00
parent 7efc8ef13a
commit ffcaf47395
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -0,0 +1,12 @@
---
on: push
jobs:
build:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
apt update; apt install -y gcc make xa65
make test