Skip to content

Commit

Permalink
There are no go files in the main project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Jan 3, 2024
1 parent 2328ddd commit 47052df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Vet
run: go vet ./cmd/... ./lib/... ./ui/... .
run: go vet ./cmd/... ./lib/... ./ui/...

- name: Goimports
run: test -z "$(goimports -e -d . | tee /dev/stderr)"

- name: Staticcheck
run: staticcheck ./cmd/... ./lib/... ./ui/... .
run: staticcheck ./cmd/... ./lib/... ./ui/...

0 comments on commit 47052df

Please sign in to comment.