Skip to content

Bump clap from 4.5.15 to 4.5.16 #217

Bump clap from 4.5.15 to 4.5.16

Bump clap from 4.5.15 to 4.5.16 #217

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose