Skip to content

Correct mypy issue #303

Correct mypy issue

Correct mypy issue #303

Workflow file for this run

name: black linter
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linter_name:
name: Run black formatting
runs-on: ubuntu-latest
steps:
- uses: SuffolkLITLab/ALActions/black-formatting@main
with:
MAKE_PR: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}