Skip to content

Create Upgrade jobs for PR and main merge #33

Create Upgrade jobs for PR and main merge

Create Upgrade jobs for PR and main merge #33

Workflow file for this run

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