Skip to content

Commit

Permalink
feat(version): Add clang-format-15 to Action (#114)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jidicula committed Sep 11, 2022
1 parent 97ee3f3 commit f8c63e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- 12
- 13
- 14
- 15
steps:
- uses: actions/checkout@v3
- name: Build and test the Docker image
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -21,6 +21,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* `clang-format-12`
* `clang-format-13`
* `clang-format-14`
* `clang-format-15`

## Do you find this useful?

Expand Down

0 comments on commit f8c63e2

Please sign in to comment.