Run clippy in workflow
Some checks failed
Build library & run tests / build (push) Failing after 18s

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

View File

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