Skip to content

fix issue with preprocessing test #26

fix issue with preprocessing test

fix issue with preprocessing test #26

Workflow file for this run

# Runs the Ruff linter and formatter.
name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1