Skip to content

Commit 9de3388

Browse files
committed
chore: sync with ecsact_common
1 parent 563f97d commit 9de3388

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: crate-ci/typos@v1.20.4
16+
- uses: crate-ci/typos@v1.19.0
1717

1818
formatting-check:
1919
name: Formatting Check
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: greut/eclint-action@v0
2324
- uses: jidicula/[email protected]
2425
with: { clang-format-version: "18" }
2526

2627
test-windows:
28+
if: github.event_name == 'merge_group'
2729
runs-on: windows-latest
2830
steps:
2931
- uses: actions/cache@v4
@@ -39,6 +41,7 @@ jobs:
3941
working-directory: test
4042

4143
test-linux:
44+
if: github.event_name == 'merge_group'
4245
runs-on: ubuntu-latest
4346
steps:
4447
- uses: actions/cache@v4

bazel/common.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ startup --windows_enable_symlinks
22
common --enable_bzlmod
33
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
44
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5-
common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
65
common --registry=https://bcr.bazel.build
7-
86
build --enable_platform_specific_config
97
build --incompatible_enable_cc_toolchain_resolution
108
build --incompatible_strict_action_env
@@ -16,5 +14,3 @@ common:ci --announce_rc
1614
common:ci --verbose_failures
1715
common:ci --keep_going
1816
common:ci --disk_cache=~/.cache/bazel-disk-cache
19-
test:ci --test_output=errors
20-

cog.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pre_bump_hooks = [
22
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
33
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
4+
"bazel mod tidy",
45
]
56

67
post_bump_hooks = [

0 commit comments

Comments
 (0)