Skip to content

chore(deps): bump mio from 0.8.10 to 0.8.11 #101

chore(deps): bump mio from 0.8.10 to 0.8.11

chore(deps): bump mio from 0.8.10 to 0.8.11 #101

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