Skip to content

chore(deps): bump clap-verbosity-flag from 2.1.2 to 2.2.0 #97

chore(deps): bump clap-verbosity-flag from 2.1.2 to 2.2.0

chore(deps): bump clap-verbosity-flag from 2.1.2 to 2.2.0 #97

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