Skip to content

Commit 178ef04

Browse files
author
Mario Macias
authored
Remove fmt from PR make target (#25)
1 parent 9e81874 commit 178ef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install make
2323
run: sudo apt -y install make
2424
- name: Run verification and tests
25-
run: make fmt lint test cov-exclude-generated
25+
run: make lint test cov-exclude-generated
2626
- name: Report coverage
2727
uses: codecov/[email protected]
2828
with:

0 commit comments

Comments
 (0)