Skip to content

chore(deps): bump tokio from 1.35.1 to 1.36.0 #98

chore(deps): bump tokio from 1.35.1 to 1.36.0

chore(deps): bump tokio from 1.35.1 to 1.36.0 #98

Workflow file for this run

on: [push]
name: cargo checks
env:
RUSTFLAGS: "-Dwarnings"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check
- name: Run cargo check
run: cargo check
- name: Run clippy
# run: cargo clippy --all-targets --all-features
run: cargo clippy