Skip to content

Commit

Permalink
ci: add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Mar 25, 2024
1 parent 38089da commit 76e1691
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build
- name: Lint
uses: wearerequired/lint-action@v2
with:
clippy: true
rustfmt: true
- name: Build locked
run: cargo build --locked --verbose
- name: Run tests
- name: Test locked
run: cargo test --locked --verbose

0 comments on commit 76e1691

Please sign in to comment.