Run the following commands in GitHub Actions that block merging of PRs:
- Run
find functions -type f -name '*.go' -exec gofmt -l {} \;
, and verify that its output is empty (this checks to make sure that all *.go
files are properly formatted)
cd functions && go vet