Skip to content

Commit f88f1fd

Browse files
committed
chore: sync with ecsact_common
1 parent 4064e07 commit f88f1fd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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

typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[files]
2+
extend-exclude = ["CHANGELOG.md"]

0 commit comments

Comments
 (0)