Skip to content

Commit

Permalink
Fix typo (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
naglis authored Aug 18, 2023
1 parent 864e0bd commit 93de1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Check formattig
- name: Check formatting
run: |
rustfmt --version
cargo fmt --all -- --check
Expand Down

0 comments on commit 93de1bb

Please sign in to comment.