Skip to content

Update README.md

Update README.md #27

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: blacklint
# Controls when the workflow will run
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable