Skip to content

Commit

Permalink
Go formatting CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Apr 12, 2024
1 parent 1751659 commit 4d799c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
working-directory: onchain
- run: scarb build
working-directory: onchain
- name: go formatting ( gofmt -s -w . )
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
working-directory: backend

0 comments on commit 4d799c2

Please sign in to comment.