Skip to content

Fix not opening due to typescript changes #23

Fix not opening due to typescript changes

Fix not opening due to typescript changes #23

Workflow file for this run

name: Black
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: '--check --line-length 100'
src: './'
version: '22.3.0'