👷 Add basic Forgejo Actions workflow to build the project.
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
Signed-off-by: yc <yc@hackclub.app>
This commit is contained in:
parent
fa7787f22f
commit
6518735527
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/build.yaml
Normal file
6
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
|
- run: make
|
Loading…
Reference in a new issue