Skip to content

Commit 58c8d31

Browse files
authored
feat: Add support for clang-format-16 (#144)
* feat: Add support for clang-format-16 * ci: Run CI on all PRs, not just against main
1 parent 88064a6 commit 58c8d31

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

.github/workflows/shell-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
jobs:
1210
shellcheck:

.github/workflows/test-ubuntu-18.04.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
defaults:
1210
run:

.github/workflows/test-ubuntu-20.04.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
defaults:
1210
run:

.github/workflows/test-ubuntu-22.04.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
defaults:
1210
run:

.github/workflows/tests.yml

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

README.md

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

2627
## Do you find this useful?
2728

0 commit comments

Comments
 (0)