Skip to content

chore(deps): bump anyhow from 1.0.79 to 1.0.82 #108

chore(deps): bump anyhow from 1.0.79 to 1.0.82

chore(deps): bump anyhow from 1.0.79 to 1.0.82 #108

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