Skip to content

Commit ee56a83

Browse files
committed
chore: sync with ecsact_common
1 parent 5330e18 commit ee56a83

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ build --enable_runfiles
1010
build --noincompatible_remove_rule_name_parameter
1111
query --noincompatible_remove_rule_name_parameter
1212

13+
# Temporary until https://github.com/grailbio/bazel-toolchain/pull/198 is merged
14+
build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
15+
1316
common:ci --announce_rc
1417
common:ci --verbose_failures
1518
common:ci --keep_going
1619
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)