Skip to content

Commit

Permalink
Merge pull request #1221 from SRetip/rr
Browse files Browse the repository at this point in the history
READY : small fix
  • Loading branch information
Wandalen authored Mar 20, 2024
2 parents f061755 + 10d0883 commit 372c785
Show file tree
Hide file tree
Showing 212 changed files with 767 additions and 898 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ModuleAutomataToolsPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleNonStdPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleStdToolsPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleStdXPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleTypeConstructorPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleWautomataPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleWcensorPush.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/ModuleWoptionsPush.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ModuleWpublisherPush.yml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

appropriate_branch :
uses : Wandalen/wTools/.github/workflows/AppropriateBranch.yml@alpha
uses : Wandalen/wTools/.github/workflows/appropriate_branch.yml@alpha
with :
src_branch : 'alpha'
dst_branch : '${{ github.base_ref }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on :
jobs :

appropriate_branch :
uses : Wandalen/wTools/.github/workflows/AppropriateBranch.yml@alpha
uses : Wandalen/wTools/.github/workflows/appropriate_branch.yml@alpha
with :
src_branch : 'beta'
dst_branch : '${{ github.base_ref }}'
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : '${{ github.ref_name }}'
dst_branch : 'alpha'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : 'alpha'
dst_branch : 'beta'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on :
jobs :

forward :
uses : Wandalen/wTools/.github/workflows/AutoPr.yml@alpha
uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha
with :
src_branch : 'beta'
dst_branch : 'master'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# cargo_will

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/cargo_will/Cargo.toml'
module_name : 'cargo_will'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# clone_dyn_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/clone_dyn_meta/Cargo.toml'
module_name : 'clone_dyn_meta'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# clone_dyn

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/clone_dyn/Cargo.toml'
module_name : 'clone_dyn'
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/module_collection_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : collection_tools

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# collection_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/collection_tools/Cargo.toml'
module_name : 'collection_tools'
commit_message : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# crates_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/crates_tools/Cargo.toml'
module_name : 'crates_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# data_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/data_type/Cargo.toml'
module_name : 'data_type'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# derive_tools_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/derive_tools_meta/Cargo.toml'
module_name : 'derive_tools_meta'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# derive_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/derive_tools/Cargo.toml'
module_name : 'derive_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# deterministic_rand

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/deterministic_rand/Cargo.toml'
module_name : 'deterministic_rand'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# diagnostics_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/diagnostics_tools/Cargo.toml'
module_name : 'diagnostics_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# error_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/error_tools/Cargo.toml'
module_name : 'error_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# exe_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/exe_tools/Cargo.toml'
module_name : 'exe_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# file_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/file_tools/Cargo.toml'
module_name : 'file_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# for_each

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/for_each/Cargo.toml'
module_name : 'for_each'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# former_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/former_meta/Cargo.toml'
module_name : 'former_meta'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# former

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/former/Cargo.toml'
module_name : 'former'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# fs_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/fs_tools/Cargo.toml'
module_name : 'fs_tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs :
# fundamental_data_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/fundamental_data_type/Cargo.toml'
module_name : 'fundamental_data_type'
Expand Down
Loading

0 comments on commit 372c785

Please sign in to comment.