Skip to content

Merge pull request #7 from mj-will/testing-ci-updates #2

Merge pull request #7 from mj-will/testing-ci-updates

Merge pull request #7 from mj-will/testing-ci-updates #2

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./src"
version: "~= 24.0"