We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2370eb7 commit 59cbb28Copy full SHA for 59cbb28
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: crate-ci/typos@v1.20.4
+ - uses: crate-ci/typos@v1.19.0
17
18
formatting-check:
19
name: Formatting Check
cog.toml
@@ -1,6 +1,7 @@
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",
4
+ "bazel mod tidy",
5
]
6
7
post_bump_hooks = [
0 commit comments