This commit is contained in:
parent
d75e23c83d
commit
b4ffb379b8
1 changed files with 6 additions and 1 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -2,3 +2,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue