Run clippy through nix now
This commit is contained in:
@@ -13,6 +13,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Run clippy
|
||||
run: nix develop . -c cargo clippy --no-default-features --features ${{ matrix.feature }}
|
||||
run: nix build .#clippy_${{ matrix.feature }}
|
||||
- name: Build & test
|
||||
run: nix build .#${{ matrix.feature }}
|
||||
Reference in New Issue
Block a user