Merge pull request #1290 from crazy-max/lint-multi

enable golangci-lint for supported platforms
This commit is contained in:
CrazyMax
2025-04-20 09:42:06 +02:00
committed by GitHub
4 changed files with 29 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ jobs:
validate:
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_MULTIPLATFORM: 1
needs:
- prepare
strategy: