ci: set depth 0
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 13s

This commit is contained in:
2026-03-08 02:45:49 +01:00
parent bb08a22ad5
commit 781a21a209
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
fetch-deps: 0
fetch-tags: true
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"

View File

@@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
fetch-deps: 0
fetch-tags: true
- run: shellcheck files/sbin/certbot_renew
- run: make tarball