Skip to content

fix: add files to exclude list (#29) #119

fix: add files to exclude list (#29)

fix: add files to exclude list (#29) #119

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
jobs:
clippy-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v26
- name: Run clippy
run: nix develop --command bash -c 'cargo clippy'