Skip to content

Commit

Permalink
ci: use make fmt to check for formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha committed Oct 19, 2023
1 parent a68135c commit ab779b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
make docs
git diff --exit-code
gofmt:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version-file: go.mod
- name: run gofmt test
- name: make fmt
run: ./automation/presubmit-tests/gofmt.sh

escapes_detect:
Expand Down
35 changes: 0 additions & 35 deletions automation/presubmit-tests/gofmt.sh

This file was deleted.

0 comments on commit ab779b9

Please sign in to comment.