Skip to content

Commit

Permalink
Merge pull request #5 from aakselrod/fix-lint
Browse files Browse the repository at this point in the history
build: replace golangci-lint github action with manual install/run of golangci-lint
  • Loading branch information
aakselrod-nydig authored Apr 4, 2023
2 parents de9b910 + 4afb029 commit 577ad27
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
branches: [ "**" ]


permissions:
contents: read

jobs:
golangci:
name: lint
Expand All @@ -20,7 +16,7 @@ jobs:
with:
go-version: 1.19.5
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: run golangci-lint
run: golangci-lint run

0 comments on commit 577ad27

Please sign in to comment.