Skip to content

chore(deps-dev): bump ruff from 0.5.1 to 0.5.6 #74

chore(deps-dev): bump ruff from 0.5.1 to 0.5.6

chore(deps-dev): bump ruff from 0.5.1 to 0.5.6 #74

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'poetry'
- name: Install dependencies
run: poetry install
- name: Lint
run: poetry run ruff check --output-format=github