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 0ba5a66 commit 84cee22Copy full SHA for 84cee22
.github/workflows/main.yml
@@ -9,13 +9,20 @@ on:
9
- "**"
10
11
jobs:
12
+ typos-check:
13
+ name: Typos Check
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+ - uses: crate-ci/[email protected]
18
+
19
formatting-check:
20
name: Formatting Check
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
- - uses: jidicula/clang-format-action@v4.9.0
- with: { clang-format-version: "16" }
24
+ - uses: jidicula/clang-format-action@v4.11.0
25
+ with: { clang-format-version: "18" }
26
27
test-windows:
28
runs-on: windows-latest
0 commit comments