terraform/.forgejo/workflows/non-lab.yml
Chris Cowley 878629d8da
Some checks failed
/ non-lab (push) Failing after 20s
add checkout action
2024-09-02 10:56:38 +02:00

16 lines
288 B
YAML

on: [push]
jobs:
non-lab:
runs-on: docker
container:
image: ghcr.io/opentofu/opentofu:1.7.2
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
non-lab
- run: pwd
- name: tree
run: tree
- run: env