Skip to content

test: add non regression example #91

test: add non regression example

test: add non regression example #91

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