Skip to content

build(deps): bump filelock from 3.20.1 to 3.20.2 #278

build(deps): bump filelock from 3.20.1 to 3.20.2

build(deps): bump filelock from 3.20.1 to 3.20.2 #278

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"