Skip to content

style: rename from Balatrollm to BalatroLLM #13

style: rename from Balatrollm to BalatroLLM

style: rename from Balatrollm to BalatroLLM #13

Workflow file for this run

permissions:

Check failure on line 1 in .github/workflows/code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-quality.yml

Invalid workflow file

(Line: 16, Col: 5): A sequence was not expected
contents: read
pull-requests: write
name: Code Quality
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install dependencies
run: |
uv sync --all-extras
- name: Run pyright
run: |
source .venv/bin/activate
make all