Skip to content

Attempt at converting and merging PDFs and ZPL. #51

Attempt at converting and merging PDFs and ZPL.

Attempt at converting and merging PDFs and ZPL. #51

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