Skip to content

feat(ui): add React dashboard and update docs with simple project exp… #3

feat(ui): add React dashboard and update docs with simple project exp…

feat(ui): add React dashboard and update docs with simple project exp… #3

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Test
run: python -m unittest discover -s tests -p 'test_*.py'