add a linting check to forgejo actions
All checks were successful
/ clippy (push) Successful in 4m53s
/ test (push) Successful in 5m25s

This commit is contained in:
Chris Cochrun 2026-02-17 11:20:52 -06:00
parent 02773f068f
commit d77205cdec

View file

@ -0,0 +1,9 @@
on: [push]
jobs:
clippy:
runs-on: nixos-latest
steps:
- run: nix-env --install nodejs
- name: checkout
uses: actions/checkout@v4
- run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop --command cargo clippy -- -D clippy::pedantic -D clippy::perf -D clippy::nursery -D clippy::unwrap_used