Skip to content

build(deps): bump anyhow from 1.0.71 to 1.0.74 #128

build(deps): bump anyhow from 1.0.71 to 1.0.74

build(deps): bump anyhow from 1.0.71 to 1.0.74 #128

Workflow file for this run

name: 🧪 Check
on: [push, pull_request]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo check --all-targets --workspace --all-features