Skip to content

Update ccideas tooling & urls to shiftleftcyber (#2) #13

Update ccideas tooling & urls to shiftleftcyber (#2)

Update ccideas tooling & urls to shiftleftcyber (#2) #13

name: validate tools yaml
on:
pull_request:
paths: [ "tools.yaml", "tools.schema.yaml", ".github/workflows/validate_tools_yaml.yml" ]
push:
paths: [ "tools.yaml", "tools.schema.yaml", ".github/workflows/validate_tools_yaml.yml" ]
workflow_dispatch:
permissions: read-all
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- name: install yamale
run: pip install 'yamale>=5.2.1,<6'
- name: checkout
uses: actions/checkout@v4
- name: lint tools yaml
run: yamale -s tools.schema.yaml tools.yaml