Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

chore(deps): bump clap from 4.5.4 to 4.5.53 #195

chore(deps): bump clap from 4.5.4 to 4.5.53

chore(deps): bump clap from 4.5.4 to 4.5.53 #195

Workflow file for this run

name: Pull Request Jobs
on: [pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
- name: Run tests
run: cargo test --verbose
env:
Client_ID: ${{secrets.ClientID}}
Client_Secret: ${{secrets.ClientSecret}}