Skip to content

chore(deps): bump clap from 4.5.23 to 4.5.24 #158

chore(deps): bump clap from 4.5.23 to 4.5.24

chore(deps): bump clap from 4.5.23 to 4.5.24 #158

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
paths-ignore:
- 'Dockerfile'
- 'CHANGELOG.md'
- 'README.md'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose