Skip to content

Commit 38a7489

Browse files
committed
chore: sync with ecsact_common
1 parent fed1ab1 commit 38a7489

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0
1+
7.1.1

.github/workflows/main.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,24 @@ 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
2229
steps:
23-
- name: Ecsact SDK
24-
uses: ecsact-dev/[email protected]
2530
- uses: actions/cache@v3
2631
with:
2732
path: |
@@ -37,8 +42,6 @@ jobs:
3742
test-linux:
3843
runs-on: ubuntu-latest
3944
steps:
40-
- name: Ecsact SDK
41-
uses: ecsact-dev/[email protected]
4245
- uses: actions/cache@v3
4346
with:
4447
path: |

0 commit comments

Comments
 (0)