Skip to content

Release 0.10.0: migration to rio-tiler #691

Release 0.10.0: migration to rio-tiler

Release 0.10.0: migration to rio-tiler #691

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install Style dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run linting
run: make lint