Skip to content

Commit

Permalink
Add support for clang-format-17 (#163)
Browse files Browse the repository at this point in the history
* feat: Add support for clang-format-17

---------

Co-authored-by: Johanan Idicula <[email protected]>
  • Loading branch information
Xav83 and jidicula authored Oct 9, 2023
1 parent f4516d8 commit 821a9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 14
- 15
- 16
- 17
steps:
- uses: actions/checkout@v4
- name: Build and test the Docker image
Expand All @@ -61,6 +62,7 @@ jobs:
- 14
- 15
- 16
- 17
path:
- check: 'test/known_fail'
exclude: 'capi'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* 14: `clang-format-14`
* 15: `clang-format-15`
* 16: `clang-format-16`
* 17: `clang-format-17`

## Do you find this useful?

Expand Down

0 comments on commit 821a9a1

Please sign in to comment.