Skip to content

Commit

Permalink
Fix Lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored and wikkyk committed Feb 2, 2024
1 parent 0cd195b commit 19b2292
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint
on: [ pull_request ]

permissions:
# Required: allow read access to the content for analysis.
contents: read

jobs:
golangci:
name: lint
Expand All @@ -10,8 +14,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

Expand Down

0 comments on commit 19b2292

Please sign in to comment.