Skip to content

Checks for duplicate constraints. #51

Checks for duplicate constraints.

Checks for duplicate constraints. #51

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "create-main-branch"
run: "git branch --track main origin/main"
- uses: actions/setup-python@v4
- uses: akaihola/darker@1.7.0
with:
options: "--check --diff --isort --color -l 120"
src: "."
version: "~=1.7.0"
lint: "flake8,pylint==2.13.1"
revision: "origin/main..."