Skip to content

Use correct variable for entry #59

Use correct variable for entry

Use correct variable for entry #59

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v2
- name: ⬛ Run Black
uses: psf/black@stable