Skip to content

Merge pull request #652 from Ana06/config-update #9

Merge pull request #652 from Ana06/config-update

Merge pull request #652 from Ana06/config-update #9

Workflow file for this run

name: Linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: windows-2022
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install black
run: pip install black
- name: Run black
run: black --line-length=120 --check --diff .