Skip to content

chore(deps): bump ruff from 0.8.6 to 0.9.1 (#184) #345

chore(deps): bump ruff from 0.8.6 to 0.9.1 (#184)

chore(deps): bump ruff from 0.8.6 to 0.9.1 (#184) #345

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.12"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
- name: "Run"
run: python3 -m ruff check .