Skip to content

Commit

Permalink
Update lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 15, 2024
1 parent 1024b10 commit f1fc725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: check valid sh
run: shellcheck tests/*.sh
run: shellcheck **/*.sh

- uses: actions/setup-go@v4

Expand All @@ -24,9 +24,9 @@ jobs:
run: ./tests/starter-site.sh

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
version: latest

- name: Run tests
run: go test -v ./... && git diff fixtures

0 comments on commit f1fc725

Please sign in to comment.