Skip to content

chore(deps): bump tokio from 1.36.0 to 1.42.0 #51

chore(deps): bump tokio from 1.36.0 to 1.42.0

chore(deps): bump tokio from 1.36.0 to 1.42.0 #51

Workflow file for this run

name: Lint PR
on:
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "full"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy
- name: Lint
run: cargo +nightly clippy --all -Z unstable-options -- -D warnings