Skip to content

Knowledge board: manage the papers and wikis, one tap at a time #17

Knowledge board: manage the papers and wikis, one tap at a time

Knowledge board: manage the papers and wikis, one tap at a time #17

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install pytest
- run: make validate
- run: make test