mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Add format checks to Github Actions
This commit is contained in:
parent
fff99d6a2a
commit
ab0a08ccfd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
|||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
|
Loading…
Reference in a new issue