We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b14c64 commit b1e02dcCopy full SHA for b1e02dc
.github/workflows/tf-config.yml
@@ -30,6 +30,9 @@ jobs:
30
- uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
31
- uses: cmsgov/cdap/actions/setup-tenv@8343fb96563ce4b74c4dececee9b268f42bd4a40
32
- run: tofu fmt -check -diff -recursive .
33
+ check-yq:
34
+ run: |
35
+ yq --version
36
plan-apply:
37
needs: check-fmt
38
permissions:
0 commit comments