Skip to content

Cross-board footer nav on the knowledge board (#55) #45

Cross-board footer nav on the knowledge board (#55)

Cross-board footer nav on the knowledge board (#55) #45

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