Run clippy in workflow
All checks were successful
Build library & run tests / build (push) Successful in 25s

This commit is contained in:
Kodi Craft 2024-06-21 14:36:14 +02:00
parent 1b2fd45c89
commit 971e185ae5
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -7,5 +7,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run clippy
run: nix develop . -c cargo clippy
- name: Build & test
run: nix build