This commit is contained in:
parent
6d789934b6
commit
db90ecf420
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