Skip to content

Commit

Permalink
use reusable linting workflow from kyma-project/eventing-tools (kyma-…
Browse files Browse the repository at this point in the history
…project#414)

* use reusable linting workflow from kyma-project/eventing-tools

* rename
  • Loading branch information
friedrichwilken authored Jan 18, 2024
1 parent 3397d56 commit 5a06dc6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 51 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint-go.yml
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
51 changes: 0 additions & 51 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 5a06dc6

Please sign in to comment.