ugmSorcero
Adds black linter
8d3aacc
raw
history blame
No virus
177 Bytes
name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable