Skip to content

Commit

Permalink
Finishes clippy warnings (#6)
Browse files Browse the repository at this point in the history
* Finishes clippy errors
* enables clippy in the CI
* my own formatting CI got me
  • Loading branch information
ZeWaka authored Apr 25, 2021
1 parent f7913db commit f541185
Show file tree
Hide file tree
Showing 3 changed files with 969 additions and 970 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
command: fmt
args: --all -- --check

# clippy:
# name: Clippy
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - run: rustup component add clippy
# - uses: actions-rs/cargo@v1
# with:
# command: clippy
# args: -- -D warnings
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
Loading

0 comments on commit f541185

Please sign in to comment.