Skip to content

58 update preprocessing pipeline add resubmission version #10

58 update preprocessing pipeline add resubmission version

58 update preprocessing pipeline add resubmission version #10

Workflow file for this run

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