forked from Wandalen/wTools
-
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.
Merge pull request Wandalen#1121 from Wandalen/beta
AUTO : Forward from beta to master
- Loading branch information
Showing
2,185 changed files
with
62,489 additions
and
34,637 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,3 @@ | ||
|
||
[env] | ||
MODULES_PATH = { value = "module", relative = 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
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 |
---|---|---|
|
@@ -3,7 +3,8 @@ name : auto_pr_to_beta | |
|
||
on : | ||
push : | ||
branches : [ alpha ] | ||
branches : | ||
- alpha | ||
|
||
jobs : | ||
|
||
|
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
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,17 @@ | ||
name : clone_dyn_meta | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# clone_dyn_meta | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/clone_dyn_meta/Cargo.toml' | ||
module_name : 'clone_dyn_meta' | ||
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
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,17 @@ | ||
name : crates_tools | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# crates_tools | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/move/crates_tools/Cargo.toml' | ||
module_name : 'crates_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
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,17 @@ | ||
name : derive_tools_meta | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# derive_tools_meta | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/derive_tools_meta/Cargo.toml' | ||
module_name : 'derive_tools_meta' | ||
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
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,17 @@ | ||
name : deterministic_rand | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# deterministic_rand | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/move/deterministic_rand/Cargo.toml' | ||
module_name : 'deterministic_rand' | ||
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
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
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,17 @@ | ||
name : former_meta | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# former_meta | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/former_meta/Cargo.toml' | ||
module_name : 'former_meta' | ||
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
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,17 @@ | ||
name : fundamental_data_type | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# fundamental_data_type | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/alias/fundamental_data_type/Cargo.toml' | ||
module_name : 'fundamental_data_type' | ||
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
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,17 @@ | ||
name : impls_index_meta | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# impls_index_meta | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/impls_index_meta/Cargo.toml' | ||
module_name : 'impls_index_meta' | ||
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
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,17 @@ | ||
name : include_md | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# include_md | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/include_md/Cargo.toml' | ||
module_name : 'include_md' | ||
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
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,17 @@ | ||
name : instance_of | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# instance_of | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/alias/instance_of/Cargo.toml' | ||
module_name : 'instance_of' | ||
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,17 @@ | ||
name : interval_adapter | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# interval_adapter | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/interval_adapter/Cargo.toml' | ||
module_name : 'interval_adapter' | ||
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name : macro_tools | ||
|
||
on : push | ||
|
||
env : | ||
CARGO_TERM_COLOR : always | ||
|
||
jobs : | ||
|
||
# macro_tools | ||
|
||
test : | ||
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | ||
with : | ||
manifest_path : 'module/core/macro_tools/Cargo.toml' | ||
module_name : 'macro_tools' | ||
commit_message : ${{ github.event.head_commit.message }} |
Oops, something went wrong.