Skip to content

prepare for release #86

prepare for release

prepare for release #86

Workflow file for this run

on: [push, pull_request]
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Clippy
# Make sure CI fails on all warnings, including Clippy lints
run: nix develop --command cargo clippy --all-targets --all-features -- -D warnings