Skip to content

use reusable workflows in create-release workflow. #77

use reusable workflows in create-release workflow.

use reusable workflows in create-release workflow. #77

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