move pause to main list as open-properties not referenced from the ma… #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate-YAML-Core-Properties-List | |
| on: | |
| push: | |
| branches: [ main ] | |
| paths: ['_data/core-properties.yml'] | |
| pull_request: | |
| branches: [ main ] | |
| paths: ['_data/core-properties.yml'] | |
| jobs: | |
| validate-yaml-core-properties-concept-list: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Validate YAML intent lists | |
| run: yamllint -c _data/_config_yamllint.yml _data/core-properties.yml |