Update lint.yml to include fetch-depth option (#876)

Add fetch-depth option to checkout step in lint workflow.
This commit is contained in:
Logan McNaughton
2026-05-12 08:55:01 +02:00
committed by GitHub
parent 034b39bec5
commit 1ab8987f2d
+2
View File
@@ -20,8 +20,10 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
components: clippy, rustfmt
- name: Set LLVM_VERSION
run: