Skip to content

Commit

Permalink
install linter
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 28, 2023
1 parent 5b4c961 commit 145dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: lint
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 make lint-32bit
- name: vendorlint
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "go mod vendor && etc/vendorlint.py all"
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "go install github.com/golangci/golangci-lint/cmd/golangci-lint && go mod vendor && etc/vendorlint.py all"
test:
if: false
# needs: [docker]
Expand Down

0 comments on commit 145dd2a

Please sign in to comment.