Skip to content

Bump isort from 6.0.0 to 6.0.1 #155

Bump isort from 6.0.0 to 6.0.1

Bump isort from 6.0.0 to 6.0.1 #155

Workflow file for this run

name: Continuous Integration (CI)
on:
push:

Check failure on line 4 in .github/workflows/ci-new.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-new.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
- branches: [ main ]
jiobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Python Version
run: python --version
- name: Install Dependencies
run: pip install --constraints puppeten sirius flake8 black[jupyter]
- name: Run Flake8 Llinter
run: flake8 .
- name: Run Formatter (Black)
run: black . --quiet