Skip to content

Commit

Permalink
ci: run cargo clippy only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianMika committed Nov 10, 2023
1 parent f9acd2d commit 64d4653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bridge-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: arduino/setup-protoc@v2

- name: Run clippy
if: ${{ matrix.target == 'Linux' }}
run: cargo clippy --all-targets --all-features -- -D warnings
working-directory: ./src-tauri

Expand Down

0 comments on commit 64d4653

Please sign in to comment.