This commit is contained in:
Edward Firmo
2024-02-12 12:52:15 +01:00
parent 156dbf8345
commit a52a7cee55
6 changed files with 25 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Validate nspanel_blueprint.yaml
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
...