1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-01 22:51:45 +02:00

Run rustfmt on solutions in dev check

This commit is contained in:
mo8it
2024-08-01 19:14:09 +02:00
parent e0f0944bff
commit 65a8f6bb4b
4 changed files with 23 additions and 8 deletions

View File

@@ -24,8 +24,6 @@ jobs:
globs: "exercises/**/*.md"
- name: Run cargo fmt
run: cargo fmt --all --check
- name: Run rustfmt on solutions
run: rustfmt --check --edition 2021 --color always solutions/**/*.rs
test:
runs-on: ${{ matrix.os }}
strategy: