Skip to content

fix failing tests

fix failing tests #1

Workflow file for this run

---

Check failure on line 1 in .github/workflows/workflow-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-lint.yml

Invalid workflow file

(Line: 15, Col: 8): Unexpected value 'run'
name: Lint
on:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ruff check
uses: astral-sh/ruff-action@v4
with:
version: "<0.16"
run: ruff check
- name: Run ruff format
run: ruff format --check