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 f187d9a commit 83184bbCopy full SHA for 83184bb
.github/workflows/generate-json.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ - uses: hashicorp/setup-terraform@v3
19
- uses: actions/setup-go@v5
20
with:
21
go-version-file: 'go.mod'
.github/workflows/test.yml
@@ -44,6 +44,7 @@ jobs:
44
45
46
cache: true
47
48
- run: go generate ./...
49
- name: git diff
50
run: |
0 commit comments