Skip to content

Merge pull request #851 from ConservationInternational/1.2.6 #1533

Merge pull request #851 from ConservationInternational/1.2.6

Merge pull request #851 from ConservationInternational/1.2.6 #1533

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "25.1.0"