Skip to content

Merge pull request #64 from sign-language-processing/chore/bench-data… #349

Merge pull request #64 from sign-language-processing/chore/bench-data…

Merge pull request #64 from sign-language-processing/chore/bench-data… #349

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup uv
uses: astral-sh/setup-uv@v6.5.0
with:
python-version: "3.12"
enable-cache: true
activate-environment: true
- name: Install dependencies
run: uv pip install ".[dev]"
- name: Lint code
run: uv run ruff check .