Skip to content

Commit

Permalink
.github: ensure golangci-lint runs on PR's as well
Browse files Browse the repository at this point in the history
Currently it just fails the main branch because it's not a requirement
of a passing build.
  • Loading branch information
kevinburkesegment committed Jun 21, 2024
1 parent 0d7fc88 commit 982af24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ name: golangci-lint
- '**.go'
- .golangci.yml
- .github/workflows/golangci-lint.yml
pull_request:
branches:
- main


jobs:
lint:
Expand Down

0 comments on commit 982af24

Please sign in to comment.