Skip to content

Split pending_updates_list from updates_list #15 #66

Split pending_updates_list from updates_list #15

Split pending_updates_list from updates_list #15 #66

name: Validate Blueprint YAML
on:
push:
pull_request:
#schedule:
# - cron: "0 0 * * *"
workflow_dispatch:
jobs:
code_scan:
name: Validate YAML
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Validate YAML files
run: yamllint -c "./.yamllint/rules.yml" .