Skip to content

Commit

Permalink
Workaround for a golangci-lint-action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Apr 20, 2024
1 parent 376957a commit 0452da5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,48 @@ jobs:
with:
version: v1.54
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true
- name: golangci-lint on fixtures/basic
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: fixtures/basic
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true
- name: golangci-lint on fixtures/detect_tty
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: fixtures/detect_tty
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true
- name: golangci-lint on fixtures/signals
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: fixtures/signals
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true
- name: golangci-lint on fixtures/timed
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: fixtures/timed
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true
- name: golangci-lint on fixtures/winsize
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: fixtures/winsize
args: -E gofmt
skip-pkg-cache: true
skip-build-cache: true

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0452da5

Please sign in to comment.