Skip to content

Bump filelock from 3.13.1 to 3.14.0 #321

Bump filelock from 3.13.1 to 3.14.0

Bump filelock from 3.13.1 to 3.14.0 #321

Workflow file for this run

# https://beta.ruff.rs
name: Ruff linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install -r requirements.txt
- name: Ruff Check
run: ruff check .