From e690ec036acb4ad1e973abb6310d979b42688037 Mon Sep 17 00:00:00 2001 From: pawurb Date: Fri, 29 Dec 2023 17:51:59 +0100 Subject: [PATCH] Add lint CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8642096..eb0d3a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: uses: actions-rs/cargo@v1 with: command: check + - name: lint + with: + command: cargo clippy - name: Test env: DATABASE_URL: postgresql://postgres:secret@localhost:5432/rust_pg_extras