Skip to content

Commit 84cee22

Browse files
committed
chore: sync with ecsact_common
1 parent 0ba5a66 commit 84cee22

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@ on:
99
- "**"
1010

1111
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+
1219
formatting-check:
1320
name: Formatting Check
1421
runs-on: ubuntu-latest
1522
steps:
1623
- uses: actions/checkout@v4
17-
- uses: jidicula/clang-format-action@v4.9.0
18-
with: { clang-format-version: "16" }
24+
- uses: jidicula/clang-format-action@v4.11.0
25+
with: { clang-format-version: "18" }
1926

2027
test-windows:
2128
runs-on: windows-latest

0 commit comments

Comments
 (0)