2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00
inventree-docs/.github/workflows/check_config.yaml
Matthias Mair 234d8cbed2
Update check_config.yaml
Bump CI python version
2022-05-15 16:19:33 +02:00

28 lines
458 B
YAML

name: Config Checks
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run Checks
run: |
pip install pyyaml
python ci/check_mkdocs_config.py