Skip to content

Commit

Permalink
Merge pull request #1207 from Wandalen/alpha
Browse files Browse the repository at this point in the history
AUTO : Forward from alpha to beta
  • Loading branch information
Wandalen authored Mar 22, 2024
2 parents 0c608ce + 42b24a1 commit 4d1b7b6
Show file tree
Hide file tree
Showing 1,009 changed files with 12,209 additions and 10,176 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs :
- uses: actions/checkout@v3
- id: workflow_files
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(echo $WORKFLOW | sed 's/\(\S\+\).yml/\1/')
NAMES="$NAMES $NAME"
Expand All @@ -31,7 +31,7 @@ jobs :
echo "files={\"modules\":$OUTPUT}" >> $GITHUB_OUTPUT
- id: workflow_names
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(cat .github/workflows/$WORKFLOW | grep -G '^name :' | sed 's/name\s*:\s\+\(\S*\)/\1/')
NAMES="$NAMES%0A$NAME"
Expand Down
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
17 changes: 17 additions & 0 deletions .github/workflows/module_exe_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : exe_tools

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# exe_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/exe_tools/Cargo.toml'
module_name : 'exe_tools'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/module_file_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : file_tools

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# file_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/alias/file_tools/Cargo.toml'
module_name : 'file_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 :
# 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
Loading

0 comments on commit 4d1b7b6

Please sign in to comment.