Skip to content

Merge branch 'dev' into 60-improve-svd-pipeline-with-randomized-svd #45

Merge branch 'dev' into 60-improve-svd-pipeline-with-randomized-svd

Merge branch 'dev' into 60-improve-svd-pipeline-with-randomized-svd #45

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