Skip to content

Commit efed266

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

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@
44
name: main
55

66
on:
7-
push:
8-
branches:
9-
- "**"
7+
pull_request:
8+
merge_group:
109

1110
jobs:
11+
typos-check:
12+
name: Typos Check
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: crate-ci/[email protected]
17+
1218
formatting-check:
1319
name: Formatting Check
1420
runs-on: ubuntu-latest
1521
steps:
1622
- uses: actions/checkout@v4
17-
- uses: jidicula/clang-format-action@v4.9.0
18-
with: { clang-format-version: "16" }
23+
- uses: jidicula/clang-format-action@v4.11.0
24+
with: { clang-format-version: "18" }
1925

2026
test-windows:
2127
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)