Skip to content

Commit

Permalink
Fix Github fmt action to use new make targets (Part of #131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed Apr 13, 2024
1 parent 0f43a96 commit e3aa293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
go-version: 1.21.6

- name: Format
run: make install-lint-tools fmt && test $(git diff -p | wc -l) -eq 0
run: make install-go-fmt-tools fmt && test $(git diff -p | wc -l) -eq 0

0 comments on commit e3aa293

Please sign in to comment.