Skip to content

Add HTML stripping for NodeBB integration and CI workflow #3

Add HTML stripping for NodeBB integration and CI workflow

Add HTML stripping for NodeBB integration and CI workflow #3

Workflow file for this run

name: CI
on:
push:
branches: [f25]
pull_request:
branches: [f25]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest test/ -v