Skip to content

refactor(worldcover): switch from boto3 S3 downloads to GDAL vsis3 st… #206

refactor(worldcover): switch from boto3 S3 downloads to GDAL vsis3 st…

refactor(worldcover): switch from boto3 S3 downloads to GDAL vsis3 st… #206

Workflow file for this run

name: ruff
on:
pull_request:
push:
jobs:
lint:
name: Lint with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "check"
format:
name: Format with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "format --preview --check"