Lint
This commit is contained in:
3
.github/workflows/validate_blueprint.yml
vendored
3
.github/workflows/validate_blueprint.yml
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
name: Validate Blueprint YAML
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
@@ -19,3 +21,4 @@ jobs:
|
||||
- uses: actions/checkout@v4.1.0
|
||||
- name: Validate nspanel_blueprint.yaml
|
||||
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user