mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 20:52:42 +01:00
ci: add fetch-depth: 0 for super-linter v7 compatibility
Super-linter v7 requires full git history to find the default branch for comparison. Without fetch-depth: 0, it fails with 'master branch doesn't exist' error.
This commit is contained in:
committed by
Stanislas
parent
b7557dd77f
commit
77f28d1595
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -8,6 +8,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Lint Code Base
|
||||
uses: super-linter/super-linter@v7
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user