Skip to content

Bump clap_complete from 4.4.6 to 4.5.1 #480

Bump clap_complete from 4.4.6 to 4.5.1

Bump clap_complete from 4.4.6 to 4.5.1 #480

Workflow file for this run

on: push
name: Continuous integration
jobs:
check:
name: Lint, Check, Clippy, Test
runs-on: ubuntu-latest
steps:
- name: alsa-dev
run: sudo apt-get update && sudo apt-get install libasound2-dev
- uses: actions/checkout@v4
- run: rustup component add rustfmt clippy
- run: cargo fmt --all -- --check
- run: cargo check
- run: cargo clippy --version
- run: cargo clippy -- -D warnings
- run: cargo test