Skip to content

Commit

Permalink
#213 add golangci-lint job to pull request check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Tarbaev authored and wwoytenko committed Oct 28, 2024
1 parent f777856 commit a15b05d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:
go-version: '1.23.2'
golangci-lint-version: v1.60

permissions:
contents: read

jobs:
tests:
uses: ./.github/workflows/tests.yml
Expand Down

0 comments on commit a15b05d

Please sign in to comment.