Skip to content

Fix problem spatialite upgrade (#150) #558

Fix problem spatialite upgrade (#150)

Fix problem spatialite upgrade (#150) #558

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- fixes_*
tags:
- '*'
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.9
- name: Run black, flake8, isort
uses: nens/pre-commit-action@main