Skip to content

Merge pull request #9 from m00g3n/gha-application-gateway-lint #13

Merge pull request #9 from m00g3n/gha-application-gateway-lint

Merge pull request #9 from m00g3n/gha-application-gateway-lint #13

name: golangci-lint
env:
GO_VERSION: '1.21'
LINTER_VERSION: v1.56.2
LINTER_WORKING_DIRECTORY: 'components/compass-runtime-agent'
on:
push:
paths:
- '$LINTER_WORKING_DIRECTORY/**'
branches: [ "main" ]
pull_request:
paths:
- '$LINTER_WORKING_DIRECTORY/**'
extends:
- ./.github/workflows/lint-template/template/golangci-lint