Skip to content

Commit

Permalink
ensure clang-format-14 is installed on CI (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: azaidy <zaidy.ali@gmail.com>
  • Loading branch information
gadfort and azaidy authored Nov 20, 2024
1 parent ef55f21 commit 512c565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
timeout-minutes: 5

steps:
- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get install -y clang-format-14
- name: Check out Git repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 512c565

Please # to comment.