Skip to content

Fix support for PostGIS-3.2+ directed linear TopoGeometries #15340

Fix support for PostGIS-3.2+ directed linear TopoGeometries

Fix support for PostGIS-3.2+ directed linear TopoGeometries #15340

Workflow file for this run

name: ❄ Flake8
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
flake8_py3:
name: Python Lint
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.7
architecture: x64
- name: Checkout
uses: actions/checkout@v4
- name: Run flake8
uses: julianwachholz/flake8-action@v2.0.2
with:
checkName: 'Python Lint'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}