Skip to content

chore: Add .editorconfig, subshell dir changes in scripts #1649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 27, 2022
Prev Previous commit
Add $GOPATH/bin to path in CI for shfmt
  • Loading branch information
mafredri committed May 23, 2022
commit 945ddc9ad48481cd9e8985eca6f027d1a038a179
4 changes: 3 additions & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ jobs:
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0

- run: "make --output-sync -j -B fmt"
- run: |
export PATH=${PATH}:$(go env GOPATH)/bin
make --output-sync -j -B fmt

test-go:
name: "test/go"
Expand Down