File tree 2 files changed +3
-9
lines changed 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 93
93
echo "${{ toJSON(steps.filter )}}"
94
94
95
95
lint :
96
- # golangci-lint is heavily parallelizable.
97
- runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-32vcpu-ubuntu-2204' || 'ubuntu-latest' }}
96
+ runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
98
97
steps :
99
98
- name : Checkout
100
99
uses : actions/checkout@v3
@@ -116,7 +115,6 @@ jobs:
116
115
cargo install typos-cli
117
116
typos -c .github/workflows/typos.toml -w"
118
117
119
-
120
118
# Needed for helm chart linting
121
119
- name : Install helm
122
120
uses : azure/setup-helm@v3
@@ -125,7 +123,7 @@ jobs:
125
123
126
124
- name : make lint
127
125
run : |
128
- make --output-sync -j lint
126
+ make --output-sync=line -j lint
129
127
130
128
gen :
131
129
timeout-minutes : 8
Original file line number Diff line number Diff line change 402
402
endif
403
403
.PHONY : fmt/shfmt
404
404
405
- lint : lint/shellcheck lint/go lint/ts lint/helm lint/agpl
405
+ lint : lint/shellcheck lint/go lint/ts lint/helm
406
406
.PHONY : lint
407
407
408
408
lint/ts :
@@ -427,10 +427,6 @@ lint/helm:
427
427
make lint
428
428
.PHONY : lint/helm
429
429
430
- lint/agpl :
431
- ./scripts/check_enterprise_imports.sh
432
- .PHONY : lint/agpl
433
-
434
430
# all gen targets should be added here and to gen/mark-fresh
435
431
gen : \
436
432
coderd/database/dump.sql \
You can’t perform that action at this time.
0 commit comments