Skip to content

Merge pull request #599 from Gary-Community-Ventures/refactor/eoc_sheet #822

Merge pull request #599 from Gary-Community-Ventures/refactor/eoc_sheet

Merge pull request #599 from Gary-Community-Ventures/refactor/eoc_sheet #822

Workflow file for this run

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: --check --verbose --extend-exclude='^.*/migrations/\d{4}.*\.py' -l 120