Skip to content

Commit 090ed5e

Browse files
authored
chore: sync with ecsact_common (#144)
Co-authored-by: seaubot <[email protected]>
1 parent dc8b0ae commit 090ed5e

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,11 +4,17 @@
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
@@ -20,7 +26,7 @@ jobs:
2026
test-windows:
2127
runs-on: windows-latest
2228
steps:
23-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
2430
with:
2531
path: |
2632
/Users/runneradmin/AppData/Local/bazelisk
@@ -35,7 +41,7 @@ jobs:
3541
test-linux:
3642
runs-on: ubuntu-latest
3743
steps:
38-
- uses: actions/cache@v3
44+
- uses: actions/cache@v4
3945
with:
4046
path: |
4147
~/.cache/bazelisk

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)