Skip to content

Bump ruff from 0.5.5 to 0.6.7 #243

Bump ruff from 0.5.5 to 0.6.7

Bump ruff from 0.5.5 to 0.6.7 #243

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
pull_request:
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.1.7"
- name: "Set up Python"
uses: actions/setup-python@v5.0.0
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 .