Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Bump ruff from 0.0.292 to 0.5.0 #44

Bump ruff from 0.0.292 to 0.5.0

Bump ruff from 0.0.292 to 0.5.0 #44

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/[email protected]"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
- name: "Run"
run: python3 -m ruff check .