Skip to content

Enrichment healing, docs: the curator knows the KB states, ARCHITECTU… #144

Enrichment healing, docs: the curator knows the KB states, ARCHITECTU…

Enrichment healing, docs: the curator knows the KB states, ARCHITECTU… #144

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: pip install -r requirements.txt
- name: Compile check
run: python -m compileall -q src tests
- name: Test battery
run: python tests/run_all.py