Skip to content

add fncall parsing negative test #90

add fncall parsing negative test

add fncall parsing negative test #90

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install
- name: Install dependencies
run: uv sync --all-extras --dev
- run: uv run pre-commit run --all-files