-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync with ecsact_common (#56)
Co-authored-by: seaubot <[email protected]> Co-authored-by: Ezekiel Warren <[email protected]>
- Loading branch information
1 parent
cfd70b2
commit 83a905d
Showing
14 changed files
with
1,179 additions
and
1,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
test | ||
example | ||
example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: greut/eclint-action@v0 | ||
- uses: jidicula/[email protected] | ||
with: { clang-format-version: "18" } | ||
|
||
test-windows: | ||
if: github.event_name == 'merge_group' | ||
runs-on: windows-latest | ||
steps: | ||
- name: Setup Wasmer | ||
|
@@ -41,6 +43,7 @@ jobs: | |
working-directory: test | ||
|
||
test-linux: | ||
if: github.event_name == 'merge_group' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Wasmer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
bazel-* | ||
user.bazelrc | ||
.doxygen | ||
external | ||
compile_commands.json | ||
.cache | ||
*.bazel.lock | ||
bazel-* | ||
user.bazelrc | ||
.doxygen | ||
external | ||
compile_commands.json | ||
.cache | ||
*.bazel.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
pre_bump_hooks = [ | ||
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version | ||
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module", | ||
"bazel mod tidy", | ||
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version | ||
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module", | ||
"bazel mod tidy", | ||
] | ||
|
||
post_bump_hooks = [ | ||
"git push", | ||
"git push origin {{version}}", | ||
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag", | ||
"git push", | ||
"git push origin {{version}}", | ||
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag", | ||
] | ||
|
||
[packages] | ||
test = { path = "test", pre_bump_hooks = ["bazel mod tidy"] } |
Oops, something went wrong.