Skip to content

Add input validation on the values updated in the web interface. #310

Add input validation on the values updated in the web interface.

Add input validation on the values updated in the web interface. #310

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
- uses: psf/black@stable
with:
options: "--check --verbose"