summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-01 19:14:09 +0200
committermo8it <mo8it@proton.me>2024-08-01 19:14:09 +0200
commit65a8f6bb4b542a24bf80265cf5080b5c8f51fb7e (patch)
treed53521412adacb549b0ba00233a04123a8a3baa2 /.github
parente0f0944bffe607af9e6059df7a65d4b9b0b99e4f (diff)
Run rustfmt on solutions in `dev check`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5c423e2..80f052d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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: