File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : crate-ci/typos@v1.20.4
16
+ - uses : crate-ci/typos@v1.19.0
17
17
18
18
formatting-check :
19
19
name : Formatting Check
24
24
with : { clang-format-version: "18" }
25
25
26
26
test-windows :
27
+ if : github.event_name == 'merge_group'
27
28
runs-on : windows-latest
28
29
steps :
29
30
- uses : actions/cache@v4
39
40
working-directory : test
40
41
41
42
test-linux :
43
+ if : github.event_name == 'merge_group'
42
44
runs-on : ubuntu-latest
43
45
steps :
44
46
- uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ startup --windows_enable_symlinks
2
2
common --enable_bzlmod
3
3
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
4
4
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5
- common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
6
5
common --registry=https://bcr.bazel.build
7
-
8
6
build --enable_platform_specific_config
9
7
build --incompatible_enable_cc_toolchain_resolution
10
8
build --incompatible_strict_action_env
@@ -16,5 +14,3 @@ common:ci --announce_rc
16
14
common:ci --verbose_failures
17
15
common:ci --keep_going
18
16
common:ci --disk_cache=~/.cache/bazel-disk-cache
19
- test:ci --test_output=errors
20
-
Original file line number Diff line number Diff line change 1
1
pre_bump_hooks = [
2
2
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3
3
" buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
4
+ " bazel mod tidy" ,
4
5
]
5
6
6
7
post_bump_hooks = [
You can’t perform that action at this time.
0 commit comments