mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
build: limit golangci-lint to pull requests
Since all the existing code isn't clean
This commit is contained in:
1
.github/workflows/build-syncthing.yaml
vendored
1
.github/workflows/build-syncthing.yaml
vendored
@@ -1092,6 +1092,7 @@ jobs:
|
||||
golangci:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run golangci-lint
|
||||
if: github.event_name == 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
||||
Reference in New Issue
Block a user