WIP: testing actions
This commit is contained in:
parent
f7fda52fd0
commit
624b0dd937
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/deploy.yml
Normal file
7
.forgejo/workflows/deploy.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue