Skip to content

Update all Cargo.lock dependencies #23

Update all Cargo.lock dependencies

Update all Cargo.lock dependencies #23

Workflow file for this run

name: Clippy
on: pull_request
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features