Skip to content

chore: Release reg-interface version 0.5.0 #58

chore: Release reg-interface version 0.5.0

chore: Release reg-interface version 0.5.0 #58

Workflow file for this run

name: Clippy
on:
push:
pull_request:
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install libdbus-1-dev libnfc-dev pkg-config
- run: rustup toolchain install stable --profile minimal
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy