Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed May 10, 2024
1 parent 865f4de commit 4a759ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./test
steps:
- uses: actions/checkout@v4

Expand All @@ -37,6 +40,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53

# use config in .golangci.yaml to configure the action further
# terraform_tests:
# permissions:
Expand Down

0 comments on commit 4a759ef

Please sign in to comment.