AUTO : Forward from format_tools_evolving_2 to alpha (#1452) #632
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
name : for_each | |
on : | |
push : | |
branches : | |
- 'alpha' | |
- 'beta' | |
- 'master' | |
env : | |
CARGO_TERM_COLOR : always | |
jobs : | |
# for_each | |
test : | |
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha | |
with : | |
manifest_path : 'module/core/for_each/Cargo.toml' | |
module_name : 'for_each' | |
commit_message : ${{ github.event.head_commit.message }} | |
commiter_username: ${{ github.event.head_commit.committer.username }} |