Skip to content

Add support for {{lang incomplete}} for lang_usage #50

Add support for {{lang incomplete}} for lang_usage

Add support for {{lang incomplete}} for lang_usage #50

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