Skip to content

Commit

Permalink
Install clang-format-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Oct 2, 2023
1 parent 8ec83ba commit af5598a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ensure-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
with:
submodules: recursive

- name: Install clang format 15
run: |
sudo apt update
sudo apt install clang-format-15
- name: Test formatting for all files
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit af5598a

Please sign in to comment.