This commit is contained in:
Adam Perkowski 2024-07-19 18:25:59 +02:00
parent 65c4fd2fec
commit c3e49ce6cd
No known key found for this signature in database
GPG Key ID: 7CBDB58ECF1D3478

View File

@ -40,6 +40,6 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Run cargo fmt
run: cargo --fmt --all check
run: cargo fmt --all --check
- name: Run cargo clippy
run: cargo clippy