Check out less of the repo for contrib verification

Shorter checkout time = good, I think.
This commit is contained in:
Eldred Habert
2026-09-18 21:45:35 +02:00
committed by GitHub
parent c803a20259
commit 0286d4119e
+4
View File
@@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v7
with:
sparse-checkout: | # Avoid checking out other files, we don't use them here.
contrib
.github/scripts
- name: Install zsh
run: |
sudo apt install -Uyq zsh