Skip to content

Merge pull request #19 from jb3/dependabot/pip/ruff-0.4.4 #33

Merge pull request #19 from jb3/dependabot/pip/ruff-0.4.4

Merge pull request #19 from jb3/dependabot/pip/ruff-0.4.4 #33

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