Skip to content

Draft: Aaron's updates to LSM->Zarr conversion scripts #83

Draft: Aaron's updates to LSM->Zarr conversion scripts

Draft: Aaron's updates to LSM->Zarr conversion scripts #83

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format"
changed-files: "true"
- uses: astral-sh/ruff-action@v1
with:
args: "check --fix"
changed-files: "true"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'