summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2023-05-15 21:37:47 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2023-05-15 21:37:47 +0200
commit97326b3ec87c28161fbec3f785ac27dc3e63ce11 (patch)
tree7c218e988d87e7eebd1cf4acd08d54d8347e8a4a
parent2b6982444d85c1fada97295198421d141ba58a6a (diff)
CI: Fix typo
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index add2639..7106759 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
- components: rustmft
+ components: rustfmt
- name: fmt
run: cargo fmt --all -- --check