Commit 9cedb40
committed
fix(ci): use Makefile for linting instead of golangci-lint-action
- Replace golangci-lint-action with make lint-only command
- Remove unnecessary Go setup and dependency installation
- Use Docker-based linting for consistency with local development
- Remove continue-on-error to ensure linting issues are caught1 parent bee7b40 commit 9cedb40
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 51 | + | |
| 52 | + | |
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
| |||
0 commit comments