Skip to content

Bump clap from 4.5.19 to 4.5.20 #70

Bump clap from 4.5.19 to 4.5.20

Bump clap from 4.5.19 to 4.5.20 #70

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test
- run: cargo fmt --check