Skip to content

Commit f8c63e2

Browse files
authored
feat(version): Add clang-format-15 to Action (#114)
Note that clang-format-15 is only available in Ubuntu 22.10, Kinetic Kudu, which is still in beta at the time of this commit. Resolves: #112
1 parent 97ee3f3 commit f8c63e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- 12
3232
- 13
3333
- 14
34+
- 15
3435
steps:
3536
- uses: actions/checkout@v3
3637
- name: Build and test the Docker image

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
2121
* `clang-format-12`
2222
* `clang-format-13`
2323
* `clang-format-14`
24+
* `clang-format-15`
2425

2526
## Do you find this useful?
2627

0 commit comments

Comments
 (0)