Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clippy check std.
  • Loading branch information
Dirbaio committed Aug 17, 2022
commit 1a5096464ddacbb3b68fa75a1aa6fac502459870
8 changes: 8 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63
components: clippy
override: true
- name: Build
run: cargo clippy
- name: Build for std
run: cargo clippy --features std