Skip to content

Fix: double headings (#28) #117

Fix: double headings (#28)

Fix: double headings (#28) #117

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'