From 3e00f5b51d80dc64fbe127313aa738080a38e9de Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:59:41 +0000 Subject: [PATCH] Update codestyle_v2.yml --- --- a/.github/workflows/codestyle_v2.yml +++ b/.github/workflows/codestyle_v2.yml @@ -1,5 +1,8 @@ +# Nested workflow for checks related to formatting Rust code + name: cargo fmt +# Triger: only call from main workflow(re-usable workflows) on: workflow_call: -- gitstuff