add checkout action

This commit is contained in:
Peter Tillemans 2024-05-26 19:43:06 +02:00
parent d381c70ee0
commit 1fc6ffa6ba

View file

@ -1,6 +1,10 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
with:
sparse-checkout: .
- run: echo All Good