Skip to content

Commit 09b65c5

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

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 5 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
@@ -21,7 +26,7 @@ jobs:
2126
test-windows:
2227
runs-on: windows-latest
2328
steps:
24-
- uses: actions/cache@v4
29+
- uses: actions/cache@v3
2530
with:
2631
path: |
2732
/Users/runneradmin/AppData/Local/bazelisk
@@ -36,7 +41,7 @@ jobs:
3641
test-linux:
3742
runs-on: ubuntu-latest
3843
steps:
39-
- uses: actions/cache@v4
44+
- uses: actions/cache@v3
4045
with:
4146
path: |
4247
~/.cache/bazelisk

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)