Skip to content

Commit 8ecf2f9

Browse files
authored
chore: sync with ecsact_common (#41)
Automatically created by https://github.com/ecsact-dev/ecsact_common Co-authored-by: seaubot <[email protected]>
1 parent c1bdb39 commit 8ecf2f9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
name: main
55

66
on:
7+
pull_request:
78
merge_group:
8-
push:
9-
branches:
10-
- "**"
119

1210
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+
1318
formatting-check:
1419
name: Formatting Check
1520
runs-on: ubuntu-latest

bazel/common.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ common:ci --announce_rc
1414
common:ci --verbose_failures
1515
common:ci --keep_going
1616
common:ci --disk_cache=~/.cache/bazel-disk-cache
17-
test:ci --test_output=errors

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)