add checkout action
This commit is contained in:
parent
d381c70ee0
commit
1fc6ffa6ba
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: .
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
|
Loading…
Reference in a new issue