forked from kyma-project/eventing-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use reusable linting workflow from kyma-project/eventing-tools (kyma-…
…project#414) * use reusable linting workflow from kyma-project/eventing-tools * rename
- Loading branch information
1 parent
3397d56
commit 5a06dc6
Showing
2 changed files
with
21 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: golangci-lint | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- "release-**" | ||
paths-ignore: | ||
- "docs/**" | ||
- "**.md" | ||
- "sec-scanners-config.yaml" | ||
|
||
permissions: | ||
contents: read | ||
# Optional: allow read access to pull request. Use with `only-new-issues` option. | ||
pull-requests: read | ||
|
||
jobs: | ||
unit-test: | ||
name: "Run golangci-lint" | ||
uses: kyma-project/eventing-tools/.github/workflows/lint-reusable.yml@main |
This file was deleted.
Oops, something went wrong.