Skip to content

Rename CD to production to distinguish (#107) #314

Rename CD to production to distinguish (#107)

Rename CD to production to distinguish (#107) #314

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"