1
Fork 0

CI: Fix typo

This commit is contained in:
Jan-Erik Rediger 2023-05-15 21:37:47 +02:00
parent 2b6982444d
commit 97326b3ec8

View file

@ -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