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

Bump ruff from 0.0.282 to 0.0.290 #63

Bump ruff from 0.0.282 to 0.0.290

Bump ruff from 0.0.282 to 0.0.290 #63

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@v3
- name: Set up Python
uses: actions/setup-python@v4
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 .