Skip to content

use GDAL or pygdal as needed in matrix #142

use GDAL or pygdal as needed in matrix

use GDAL or pygdal as needed in matrix #142

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Run black, flake8 and isort
uses: pre-commit/[email protected]