Skip to content

chore(renovate): drop redundant alternation in npm-in-pre-commit rege… #222

chore(renovate): drop redundant alternation in npm-in-pre-commit rege…

chore(renovate): drop redundant alternation in npm-in-pre-commit rege… #222

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
with:
enable-cache: true
cache-suffix: tests
- run: uv sync --group test
- run: uv run python -m pytest tests/ -v