diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d2231e3..dc010d0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,5 +7,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Run clippy + run: nix shell -c cargo clippy - name: Build & test run: nix build \ No newline at end of file