Skip to content

Add new IO-LULC example notebok #653

Add new IO-LULC example notebok

Add new IO-LULC example notebok #653

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
with:
python-version: "3.11"
- uses: pre-commit/[email protected]