Skip to content

Create CI for flake8 #5

Create CI for flake8

Create CI for flake8 #5

Workflow file for this run

name: Check black coding style
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable