Skip to content

Commit

Permalink
Add lint action for feature viss
Browse files Browse the repository at this point in the history
  • Loading branch information
argerus authored and erikbosch committed Oct 25, 2023
1 parent 0d31269 commit 260c87c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: cargo clippy
working-directory: ${{github.workspace}}
run: cargo clippy --all-targets -- -W warnings -D warnings
- name: cargo clippy (feature viss)
working-directory: ${{github.workspace}}
run: cargo clippy --features viss --all-targets -- -W warnings -D warnings


test:
name: Test
Expand Down

0 comments on commit 260c87c

Please sign in to comment.