Skip to content

Merge pull request #1 from Rick-v-E/Rick-v-E-patch-1 #118

Merge pull request #1 from Rick-v-E/Rick-v-E-patch-1

Merge pull request #1 from Rick-v-E/Rick-v-E-patch-1 #118

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
lint-isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1.0.0
with:
configuration: --profile black