Skip to content

Rename CD to production to distinguish #313

Rename CD to production to distinguish

Rename CD to production to distinguish #313

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff --exclude '/migrations'"
src: "./src"
version: "~= 23.0"