File tree Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- 7.1.1
1
+ 7.2.0
Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ end_of_line = lf
5
+ insert_final_newline = true
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v4
23
+ - uses : greut/eclint-action@v0
23
24
-
uses :
jidicula/[email protected]
24
25
with : { clang-format-version: "18" }
25
26
26
27
test-windows :
28
+ if : (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
27
29
runs-on : windows-latest
28
30
steps :
29
31
- uses : actions/cache@v4
39
41
working-directory : test
40
42
41
43
test-linux :
44
+ if : (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
42
45
runs-on : ubuntu-latest
43
46
steps :
44
47
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 1
1
startup --windows_enable_symlinks
2
2
common --enable_bzlmod
3
3
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
4
+ common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
4
5
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5
6
common --registry=https://bcr.bazel.build
6
7
build --enable_platform_specific_config
Original file line number Diff line number Diff line change 1
1
pre_bump_hooks = [
2
- # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3
- " buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
2
+ # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
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 = [
7
- " git push" ,
8
- " git push origin {{version}}" ,
9
- " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
8
+ " git push" ,
9
+ " git push origin {{version}}" ,
10
+ " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
10
11
]
Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" github>ecsact-dev/renovate-config"
5
5
]
6
- }
6
+ }
You can’t perform that action at this time.
0 commit comments