Lint
This commit is contained in:
17
.github/workflows/validate_yamllint.yml
vendored
Normal file
17
.github/workflows/validate_yamllint.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Validate YAML
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
#schedule:
|
||||
# - cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
code_scan:
|
||||
name: Validate Blueprint YAML
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.0
|
||||
- name: Validate YAML
|
||||
run: yamllint -c "./.rules/yamllint.yml"
|
||||
Reference in New Issue
Block a user