add checkout action
Some checks failed
/ non-lab (push) Failing after 20s

This commit is contained in:
Chris Cowley 2024-09-02 10:56:38 +02:00
parent 5dad5d765f
commit 878629d8da

View file

@ -6,6 +6,10 @@ jobs:
container: container:
image: ghcr.io/opentofu/opentofu:1.7.2 image: ghcr.io/opentofu/opentofu:1.7.2
steps: steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
non-lab
- run: pwd - run: pwd
- name: tree - name: tree
run: tree run: tree