Skip to content

Commit 59cbb28

Browse files
committed
chore: sync with ecsact_common
1 parent 2370eb7 commit 59cbb28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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

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)