We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87adf5c commit da40ba9Copy full SHA for da40ba9
.github/workflows/tests.yml
@@ -39,6 +39,7 @@ jobs:
39
- 17
40
- 18
41
- 19
42
+ - 20
43
steps:
44
- uses: actions/checkout@v4
45
- name: Build and test the Docker image
@@ -67,6 +68,7 @@ jobs:
67
68
69
70
71
72
path:
73
- check: 'test/known_fail'
74
exclude: 'capital'
README.md
@@ -26,6 +26,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
26
* 17: `clang-format-17`
27
* 18: `clang-format-18`
28
* 19: `clang-format-19`
29
+* 20: `clang-format-20`
30
31
## Action version upgrade guarantee
32
0 commit comments