Skip to content

Commit

Permalink
install clang-format in GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Apr 12, 2024
1 parent 859e8ee commit 7051081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Install make
run: sudo apt -y install make
run: sudo apt -y install make clang-format
- name: Run verification and tests
run: make lint test cov-exclude-generated
- name: check clean generate
Expand Down

0 comments on commit 7051081

Please sign in to comment.