diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d2231e3..cab32f9 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 develop . -c cargo clippy - name: Build & test run: nix build \ No newline at end of file