Skip to content

Add Support for Imaginarium Theater #361

Add Support for Imaginarium Theater

Add Support for Imaginarium Theater #361

Workflow file for this run

name: Ruff lint
on:
push:
branches: [ main ]
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run linter without fix
run: ruff check --output-format=github .