nucypher/.github/workflows/darker.yml

23 lines
417 B
YAML

name: 🧹 Darker
on:
pull_request:
branches:
- main
- development
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- uses: akaihola/darker@1.6.1
with:
options: "--check --diff --isort"
version: "1.6.1"