Skip to content

Improve filtering criteria for undocumented templates #25

Improve filtering criteria for undocumented templates

Improve filtering criteria for undocumented templates #25

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install -r requirements.txt
- run: python -u wikitools/tests.py
timeout-minutes: 5
- run: python -u tests.py
timeout-minutes: 5