Skip to content

Commit

Permalink
ci: install latest clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin authored and lotem committed Mar 27, 2024
1 parent 2f4c8f0 commit bbdc3e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- name: Checkout last commit
uses: actions/checkout@v4
- name: Install clang-format
run: brew install clang-format
- name: Lint
- name: Install latest lang-format
run: brew update && brew install clang-format
- name: Code style lint
run: make clang-format-lint

linux:
Expand Down

0 comments on commit bbdc3e1

Please sign in to comment.