Skip to content

Bump anyhow from 1.0.56 to 1.0.86 #62

Bump anyhow from 1.0.56 to 1.0.86

Bump anyhow from 1.0.56 to 1.0.86 #62

Workflow file for this run

name: rust
on:
pull_request:
push:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt --all -- --check
- run: cargo clippy --locked --all-targets -- -D warnings
- run: cargo test