Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 446e166

Browse files
committed
Switch to 10XGenomics fork of clippy-check
The upstream actions-rs/clippy-check is unmaintained.
1 parent 4d05188 commit 446e166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ jobs:
5656
run: cargo clean
5757
- name: Deny duplicate dependencies and check licenses
5858
run: cargo deny --locked check
59-
- uses: actions-rs/clippy-check@v1
59+
- uses: 10XGenomics/clippy-check@main
6060
with:
61-
token: ${{ secrets.GITHUB_TOKEN }}
6261
# TODO: re-enable some the -A lints below once we're clean on other
6362
# more important ones.
6463
args: |

0 commit comments

Comments
 (0)