We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91dd6 commit ceedec8Copy full SHA for ceedec8
.github/workflows/coder.yaml
@@ -44,6 +44,17 @@ jobs:
44
with:
45
version: v1.46.0
46
47
+ style-lint-shellcheck:
48
+ name: style/lint/shellcheck
49
+ timeout-minutes: 5
50
+ runs-on: ubuntu-latest
51
+ steps:
52
+ - uses: actions/checkout@v3
53
+ - name: Run ShellCheck
54
+ uses: ludeeus/action-shellcheck@1.1.0
55
+ with:
56
+ ignore: node_modules
57
+
58
style-lint-typescript:
59
name: "style/lint/typescript"
60
timeout-minutes: 5
@@ -133,6 +144,9 @@ jobs:
133
144
- name: Install node_modules
134
145
run: ./scripts/yarn_install.sh
135
146
147
+ - name: Install shfmt
148
+ run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0
149
136
150
- run: "make --output-sync -j -B fmt"
137
151
138
152
test-go:
0 commit comments