Skip to content

Merge pull request #41 from lisa-durand/patch-1 #98

Merge pull request #41 from lisa-durand/patch-1

Merge pull request #41 from lisa-durand/patch-1 #98

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.5/install.sh | sh
- name: running linter
run: |
uv run ruff format --check
uv run ruff check