Skip to content

build(deps): bump joblib from 1.5.2 to 1.5.3 #272

build(deps): bump joblib from 1.5.2 to 1.5.3

build(deps): bump joblib from 1.5.2 to 1.5.3 #272

Workflow file for this run

name: Linting & Formatting Check
on:
pull_request:
permissions:
contents: read
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version-file: "pyproject.toml"
ruff-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version-file: "pyproject.toml"
args: "format --check --diff"