Skip to content

Bump clap from 4.4.8 to 4.5.0 #141

Bump clap from 4.4.8 to 4.5.0

Bump clap from 4.4.8 to 4.5.0 #141

Workflow file for this run

name: check
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo fmt --check
- run: cargo check
- run: |
cargo install --locked cargo-deny
cargo deny check