Skip to content

Merge pull request #210 from Spin-Chemistry-Labs/209-try-removing-kro… #427

Merge pull request #210 from Spin-Chemistry-Labs/209-try-removing-kro…

Merge pull request #210 from Spin-Chemistry-Labs/209-try-removing-kro… #427

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
- uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt"