Executed by harvey0100 #35
Workflow file for this run
This file contains 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: YAML file schema validation | |
run-name: Executed by ${{ github.actor }} | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
schema-validation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Validating all libraries against our schema | |
run: python3 tests/validate_schema.py |