Refactor code to add a tree output with changes in the publish endpoint. #351
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 : data_type | |
on : push | |
env : | |
CARGO_TERM_COLOR : always | |
jobs : | |
# data_type | |
test : | |
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha | |
with : | |
manifest_path : 'module/core/data_type/Cargo.toml' | |
module_name : 'data_type' | |
commit_message : ${{ github.event.head_commit.message }} |