Set fetch-depth to 0
This commit is contained in:
4
.github/workflows/validate_blueprint.yml
vendored
4
.github/workflows/validate_blueprint.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.0
|
||||
- name: Validate nspanel_blueprint.yaml
|
||||
with:
|
||||
fetch-depth: '0' # Fetch all history for all tags and branches
|
||||
- name: Validate nspanel_blueprint.yaml
|
||||
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user