Skip to content

Change CIs to use rust-toolchain #88

Change CIs to use rust-toolchain

Change CIs to use rust-toolchain #88

Workflow file for this run

name: clippy
on:
push:
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: clippy
- run: cargo clippy --no-deps --all-targets -- -D warnings