git.delta.rocks / unique-network / refs/commits / 3e00f5b51d80

difftreelog

Update codestyle_v2.yml

Alex2022-10-19parent: #ce80486.patch.diff
in: master

1 file changed

modified.github/workflows/codestyle_v2.ymldiffbeforeafterboth
1# Nested workflow for checks related to formatting Rust code
2
1name: cargo fmt3name: cargo fmt
24
5# Triger: only call from main workflow(re-usable workflows)
3on:6on:
4 workflow_call:7 workflow_call:
58