test
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
d13a05751f
commit
1cbc72ea34
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/test.yaml
Normal file
9
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
on:
|
||||
push: '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Show env
|
||||
run: env
|
Loading…
Reference in a new issue