Skip to content

Commit

Permalink
Add a CI check for go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Feb 3, 2024
1 parent 06dcd2d commit c429c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
nix develop -c go mod tidy
nix develop -c go generate ./...
nix develop -c go fmt ./...
git diff --exit-code
- name: Test
run: |
Expand Down

0 comments on commit c429c29

Please sign in to comment.