Skip to content

Merge pull request #51 from notsatan/feature/upgrade #258

Merge pull request #51 from notsatan/feature/upgrade

Merge pull request #51 from notsatan/feature/upgrade #258

Workflow file for this run

name: Black
on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
types: [ opened, reopened ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x' # Version range or exact version to use
- uses: psf/black@stable