File tree Expand file tree Collapse file tree 6 files changed +144
-0
lines changed Expand file tree Collapse file tree 6 files changed +144
-0
lines changed Original file line number Diff line number Diff line change 1+ name : component_model_meta
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # component_model_meta
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/core/component_model_meta/Cargo.toml'
22+ module_name : ' component_model_meta'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
Original file line number Diff line number Diff line change 1+ name : component_model
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # component_model
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/core/component_model/Cargo.toml'
22+ module_name : ' component_model'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
Original file line number Diff line number Diff line change 1+ name : component_model_types
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # component_model_types
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/core/component_model_types/Cargo.toml'
22+ module_name : ' component_model_types'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
Original file line number Diff line number Diff line change 1+ name : unilang_instruction_parser
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # unilang_instruction_parser
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/move/unilang_instruction_parser/Cargo.toml'
22+ module_name : ' unilang_instruction_parser'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
Original file line number Diff line number Diff line change 1+ name : unilang_meta
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # unilang_meta
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/move/unilang_meta/Cargo.toml'
22+ module_name : ' unilang_meta'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
Original file line number Diff line number Diff line change 1+ name : unilang
2+
3+ on :
4+ push :
5+ branches :
6+ - ' alpha'
7+ - ' beta'
8+ - ' master'
9+
10+
11+ env :
12+ CARGO_TERM_COLOR : always
13+
14+ jobs :
15+
16+ # unilang
17+
18+ test :
19+ uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+ with :
21+ manifest_path : ' module/move/unilang/Cargo.toml'
22+ module_name : ' unilang'
23+ commit_message : ${{ github.event.head_commit.message }}
24+ commiter_username : ${{ github.event.head_commit.committer.username }}
You can’t perform that action at this time.
0 commit comments