Skip to content

[Demo Enhancement] added storm wiki frontend with themes #6

[Demo Enhancement] added storm wiki frontend with themes

[Demo Enhancement] added storm wiki frontend with themes #6

Workflow file for this run

name: Check Python formatting with Black
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: "knowledge_storm --check"