Skip to content

Fix the comments about requirements, to mention rios+GDAL, rather tha… #62

Fix the comments about requirements, to mention rios+GDAL, rather tha…

Fix the comments about requirements, to mention rios+GDAL, rather tha… #62

Workflow file for this run

name: Flake8 Lint
on: [push, pull_request]
jobs:
do-flake8:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
- name: Lint with flake8
uses: py-actions/flake8@v2