Skip to content

Commit

Permalink
fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larox11 committed Nov 23, 2023
1 parent b75dad1 commit 7b611ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ on:
- main
pull_request:

permissions:
contents: read

jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- uses: actions/setup-go@v4
with:
go-version: '1.21.4'
cache: false
- uses: golangci/golangci-lint-action@v3

0 comments on commit 7b611ff

Please sign in to comment.