Skip to content

deps(dependabot): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 #1130

deps(dependabot): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0

deps(dependabot): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 #1130

Workflow file for this run

name: unit-test
env:
KYMA_STABILITY: "unstable"
KYMA: "./hack/kyma"
on:
push:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
pull_request:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
jobs:
unit-test:
uses: kyma-project/eventing-tools/.github/workflows/unit-test-reusable.yml@main