docs check #2275
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: Verify config.md, events.md and requires | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Run config verification | |
run: python ./.github/workflows/check_config.py | |
- name: Run events verification | |
run: python ./.github/workflows/check_events.py | |
- name: Run requires verification | |
run: python ./.github/workflows/check_require.py |