Skip to content

Konsti create minimal CI #9

Konsti create minimal CI

Konsti create minimal CI #9

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