Commit 9a8792d
committed
ci: add blocking lint-test-build workflow with latest action versions
Add a GitHub Actions CI pipeline for pull requests and pushes to main.
The workflow runs:
- golangci-lint (blocking)
- go test ./...
- go build ./...
Use latest available action and tool versions:
- actions/checkout v6.0.2
- actions/setup-go v6.3.0
- golangci/golangci-lint-action v9.2.0
- golangci-lint v2.10.1
Why:
- enforce consistent quality gates in CI
- fail fast on lint errors
- keep action dependencies current1 parent b358dee commit 9a8792d
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments