File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
name : main
5
5
6
6
on :
7
+ pull_request :
7
8
merge_group :
8
- push :
9
- branches :
10
- - " **"
11
9
12
10
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
+
13
18
formatting-check :
14
19
name : Formatting Check
15
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ build --enable_runfiles
10
10
build --noincompatible_remove_rule_name_parameter
11
11
query --noincompatible_remove_rule_name_parameter
12
12
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
+
13
16
common:ci --announce_rc
14
17
common:ci --verbose_failures
15
18
common:ci --keep_going
16
19
common:ci --disk_cache=~/.cache/bazel-disk-cache
17
- test:ci --test_output=errors
Original file line number Diff line number Diff line change
1
+ [files ]
2
+ extend-exclude = [" CHANGELOG.md" ]
You can’t perform that action at this time.
0 commit comments