Skip to content

perf(landsat-native-mask) : preload data if available memory #76

perf(landsat-native-mask) : preload data if available memory

perf(landsat-native-mask) : preload data if available memory #76

Workflow file for this run

name: ruff
on:
push:
branches:
- dev
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
args: --ignore F401,E722
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
args: format
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style(ruff) : automatic lint/format'