Skip to content

Merge branch 'main' into 264-undocumented-limit-of-10-isochrone-range… #469

Merge branch 'main' into 264-undocumented-limit-of-10-isochrone-range…

Merge branch 'main' into 264-undocumented-limit-of-10-isochrone-range… #469

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: format --check
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: check