Skip to content

Update sparse-table.md #4900

Update sparse-table.md

Update sparse-table.md #4900

Workflow file for this run

name: Check Config Files
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: OI-Wiki Config Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pipenv
- name: Install Python Dependencies
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python3
pipenv install
- name: Make Config Files List
run: find ./docs -name "*.yml" > config.txt
- name: Check Config Files
run: pipenv run python scripts/check-config.py