Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 83c16ff

Browse files
Khalil Estellkammce
authored andcommitted
⬆️ Bump clang-format version to 17
1 parent 630181d commit 83c16ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ jobs:
4545
run: wget https://raw.githubusercontent.com/libhal/libhal/main/.clang-format -O .clang-format
4646

4747
- name: 🧹 Format Check `src/` directory
48-
uses: DoozyX/clang-format-lint-action@v0.15
48+
uses: DoozyX/clang-format-lint-action@v0.17
4949
if: always()
5050
with:
5151
source: ${{ inputs.source_dir }}
5252
exclude: "./third_party/*"
5353
extensions: "hpp,cpp"
54-
clangFormatVersion: 15
54+
clangFormatVersion: 17
5555
style: file
5656

5757
- name: 🧹 Format Check `test/` code
58-
uses: DoozyX/clang-format-lint-action@v0.15
58+
uses: DoozyX/clang-format-lint-action@v0.17
5959
if: always()
6060
with:
6161
source: ./tests/
6262
exclude: "./third_party/*"
6363
extensions: "hpp,cpp"
64-
clangFormatVersion: 15
64+
clangFormatVersion: 17
6565
style: file

0 commit comments

Comments
 (0)