Skip to content

docs: split bilingual open-source readmes #21

docs: split bilingual open-source readmes

docs: split bilingual open-source readmes #21

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Validate runtime targets
run: python3 scripts/runtime_settings.py validate
- name: Run unit tests
run: python3 -m unittest discover -s tests -v