Skip to content

Commit

Permalink
fixup! feat: add linting for Golang to GitHub lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Jan 27, 2024
1 parent c2e5616 commit 801be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: go get .
- name: Check format
run: [ -z "$(gofmt -l ./...)" ]
run: '[ -z "$(gofmt -l ./...)" ]'
- name: Vet
run: go vet
- name: Install staticcheck for linting
Expand Down

0 comments on commit 801be29

Please sign in to comment.