Add workflow
This commit is contained in:
parent
cdb0912810
commit
5c33e1a7a9
11
.gitea/workflows/test.yml
Normal file
11
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Self Test
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ./
|
||||||
|
- run: wc -l action.yml
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user