File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4141 - 19
4242 - 20
4343 - 21
44+ - 22
4445 steps :
4546 - uses : actions/checkout@v6
4647 - name : Build and test the Docker image
7172 - 19
7273 - 20
7374 - 21
75+ - 22
7476 path :
7577 - check : ' test/known_fail'
7678 exclude : ' capital'
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
3030* 19: ` clang-format-19 `
3131* 20: ` clang-format-20 `
3232* 21: ` clang-format-21 `
33+ * 22: ` clang-format-22 `
3334
3435## Action version upgrade guarantee
3536
@@ -45,7 +46,7 @@ You can sponsor me [here](https://github.com/sponsors/jidicula)!
4546
4647## Inputs
4748* ` clang-format-version ` [ optional] : The major version of ` clang-format ` that you want to run on your codebase.
48- * Default: ` 21 `
49+ * Default: ` 22 `
4950 * Available versions: see [ Versions supported] ( #major-versions-supported )
5051* ` check-path ` [ optional] : The path to the directory in the repo that should be checked for C/C++/Protobuf formatting.
5152 * Default: ` . `
Original file line number Diff line number Diff line change 99 clang-format-version :
1010 description : ' The major version of clang-format that you want to use.'
1111 required : false
12- default : ' 21 '
12+ default : ' 22 '
1313 check-path :
1414 description : ' The path to the directory you want to check for correct C/C++/Protobuf formatting. Default is the full repository.'
1515 required : false
You can’t perform that action at this time.
0 commit comments