This commit is contained in:
parent
127e7674d7
commit
17b3d9ae4a
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yaml
Normal file
8
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# .forgejo/workflows/self-test.yaml
|
||||
name: Self Test
|
||||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "ci-templates works"
|
||||
Loading…
Add table
Add a link
Reference in a new issue