Signed-off-by: yc <yc@hackclub.app>
This commit is contained in:
parent
6518735527
commit
fb08e9c8f8
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'yc/yc.hackclub.app'
|
||||||
- run: make
|
- run: make
|
Loading…
Reference in a new issue