Skip to content

Commit

Permalink
use new lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 28, 2023
1 parent 4e1672e commit 2725539
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 @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
# note: we're rerunning lint on 32-bit because govet atomicalign linter only detects errors on 32-bit architecture
- name: lint
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 make lint-go
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 make lint-32bit
test:
if: false
# needs: [docker]
Expand Down

0 comments on commit 2725539

Please sign in to comment.