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:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4
23+ - uses : greut/eclint-action@v0
2324 - uses : jidicula/clang-format-action@v4.11.0
2425 with : { clang-format-version: "18" }
2526
2627 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]')
2729 runs-on : windows-latest
2830 steps :
2931 - uses : actions/cache@v4
3941 working-directory : test
4042
4143 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]')
4245 runs-on : ubuntu-latest
4346 steps :
4447 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 11startup --windows_enable_symlinks
22common --enable_bzlmod
33common --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
45common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
56common --registry=https://bcr.bazel.build
67build --enable_platform_specific_config
Original file line number Diff line number Diff line change 11pre_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" ,
45]
56
67post_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" ,
1011]
Original file line number Diff line number Diff line change 33 "extends" : [
44 " github>ecsact-dev/renovate-config"
55 ]
6- }
6+ }
You can’t perform that action at this time.
0 commit comments