Skip to content

Commit

Permalink
Add lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Dec 29, 2023
1 parent 78b7077 commit e690ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e690ec0

Please sign in to comment.