Skip to content

Commit

Permalink
Add fmt and clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 12, 2020
1 parent 6d91259 commit bc4fe3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run tests
run: make unit-tests
- name: fmt
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy

0 comments on commit bc4fe3a

Please sign in to comment.