-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUTO : Forward from derives_refactoring_9 to alpha (#1407)
global refactoring and experimenting with format_tools
- Loading branch information
1 parent
09109be
commit 117b34c
Showing
89 changed files
with
1,540 additions
and
1,549 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name : assistant | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# assistant | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/move/assistant/Cargo.toml' | ||
module_name : 'assistant' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : brain_tools | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# brain_tools | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/blank/brain_tools/Cargo.toml' | ||
module_name : 'brain_tools' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : clone_dyn_types | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# clone_dyn_types | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/core/clone_dyn_types/Cargo.toml' | ||
module_name : 'clone_dyn_types' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : drawboard | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# drawboard | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/blank/drawboard/Cargo.toml' | ||
module_name : 'drawboard' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : drawql | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# drawql | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/blank/drawql/Cargo.toml' | ||
module_name : 'drawql' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : format_tools | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# format_tools | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/core/format_tools/Cargo.toml' | ||
module_name : 'format_tools' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : paths_tools | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# paths_tools | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/blank/paths_tools/Cargo.toml' | ||
module_name : 'paths_tools' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : second_brain | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# second_brain | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'module/blank/second_brain/Cargo.toml' | ||
module_name : 'second_brain' | ||
commit_message : ${{ github.event.head_commit.message }} |
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,23 @@ | ||
name : step | ||
|
||
on : | ||
push : | ||
branches : | ||
- 'alpha' | ||
- 'beta' | ||
- 'master' | ||
|
||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# step | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | ||
with : | ||
manifest_path : 'step/Cargo.toml' | ||
module_name : 'step' | ||
commit_message : ${{ github.event.head_commit.message }} |
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
Oops, something went wrong.