Skip to content

Adapt visualisation code so that the last class ('Rangeland') is also… #632

Adapt visualisation code so that the last class ('Rangeland') is also…

Adapt visualisation code so that the last class ('Rangeland') is also… #632

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]