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]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: .
|
||||
- run: echo All Good
|
||||
|
|
Loading…
Reference in a new issue