Skip to content

fix(deps): bump clap from 2.34.0 to 4.5.23 #4

fix(deps): bump clap from 2.34.0 to 4.5.23

fix(deps): bump clap from 2.34.0 to 4.5.23 #4

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit dependencies
run: cargo audit
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Lint with clippy
run: cargo clippy -- -D warnings