Skip to content

feat: workflow visualization #336

feat: workflow visualization

feat: workflow visualization #336

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Run linter
shell: bash
run: |
uv sync --all-extras
uv run -- pre-commit run -a