Add rustfmt check to workflow.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-01 11:45:31 +00:00
parent 268af403d6
commit 3dde48f503
6 changed files with 61 additions and 4 deletions

View File

@@ -4,8 +4,23 @@ on:
workflow_call:
jobs:
fmt:
name: Format
uses: ./.github/workflows/bake.yml
with:
bake_targets: '["fmt"]'
cargo_profiles: ${{vars.CARGO_PROFILES}}
docker_id: ${{vars.DOCKER_ID}}
feat_sets: ${{vars.FEAT_SETS}}
machines: ${{vars.MACHINES}}
rust_targets: ${{vars.RUST_TARGETS}}
rust_toolchains: '["nightly"]'
sys_names: ${{vars.SYS_NAMES}}
sys_targets: ${{vars.SYS_TARGETS}}
sys_versions: ${{vars.SYS_VERSIONS}}
clippy:
name: Clippy Lints
name: Clippy
uses: ./.github/workflows/bake.yml
with:
bake_targets: '["clippy"]'