🔨 fix: always watch endpoint if cilium nr #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# golangci-lint run | |
name: golangci-lint | |
on: | |
push: | |
branches: | |
- dev | |
- main | |
jobs: | |
golangci: | |
name: lint-codebase | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
go-version: "1.22.4" | |
- uses: actions/[email protected] | |
- name: golangci-lint | |
uses: golangci/[email protected] | |
with: | |
version: v1.54 | |
args: --timeout 15m0s --verbose --out-${NO_FUTURE}format tab |