16 lines
288 B
YAML
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
|