Skip to content

Commit

Permalink
Always run lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ammrat13 committed Nov 24, 2023
1 parent a7a518b commit 8315036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
go-version: ${{ env.QF_IDL_SOLVER_GO_VERSION }}
- name: Go Vet
run: go vet ./...
if: ${{ always() }}
- name: Go Fmt
run: '[[ "$(gofmt -d -e . | wc -l)" -eq 0 ]]'
if: ${{ always() }}

test:
name: Test
Expand Down

0 comments on commit 8315036

Please sign in to comment.