Add test action
This commit is contained in:
parent
f81a06d0bd
commit
e924894f0d
1 changed files with 6 additions and 0 deletions
6
demo.yaml
Normal file
6
demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
Loading…
Add table
Reference in a new issue