Skip to content

🎨 Format Python code with psf/black #583

🎨 Format Python code with psf/black

🎨 Format Python code with psf/black #583

Workflow file for this run

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