We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8129e1 commit 827b659Copy full SHA for 827b659
.github/workflows/clippy-annotation-reporter.yml
@@ -24,6 +24,8 @@ jobs:
24
docker-images: true
25
swap-storage: true
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
27
+ with:
28
+ fetch-depth: 0 # Full history
29
- name: Install Rust
30
run: rustup install stable
31
- name: Run annotation reporter
0 commit comments