Skip to content

Commit

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

* ci: Run CI on all PRs, not just against main
  • Loading branch information
jidicula committed Mar 18, 2023
1 parent 88064a6 commit 58c8d31
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
shellcheck:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- 13
- 14
- 15
- 16
steps:
- uses: actions/checkout@v3
- name: Build and test the Docker image
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* 13: `clang-format-13`
* 14: `clang-format-14`
* 15: `clang-format-15`
* 16: `clang-format-16`

## Do you find this useful?

Expand Down

0 comments on commit 58c8d31

Please sign in to comment.