mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-20 12:46:37 +00:00
Merge pull request #1100 from hakman/lint-workflow_dispatch
CodeQL / Analyze (go) (push) Failing after 38s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 49s
CodeQL / Analyze (go) (push) Failing after 38s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 49s
Enable linter on workflow_dispatch
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
name: golangci-lint
|
||||
on:
|
||||
pull_request:
|
||||
on: [pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
|
||||
Reference in New Issue
Block a user