Skip to content

Commit

Permalink
Run golangci-lint before tool setup to fix tar errors (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Nov 25, 2021
1 parent d91d7a4 commit 5640c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
go-version: 1.17.x
- uses: actions/checkout@v2

- uses: golangci/golangci-lint-action@v2
with:
version: v1.43

- name: Install Tools
env:
WOKE_VERSION: v0.5.0
Expand All @@ -92,10 +96,6 @@ jobs:
echo "${TEMP_PATH}" >> $GITHUB_PATH
- uses: golangci/golangci-lint-action@v2
with:
version: v1.43

- name: misspell
if: ${{ always() }}
env:
Expand Down

0 comments on commit 5640c33

Please sign in to comment.