This commit is contained in:
Edward Firmo
2024-02-12 12:50:37 +01:00
parent 1c8c90d6de
commit 156dbf8345

View File

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