Skip to content

fix: Fixed off scene select restoration reading unavailable data #266

fix: Fixed off scene select restoration reading unavailable data

fix: Fixed off scene select restoration reading unavailable data #266

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: astral-sh/setup-uv@v5
with:
version: "latest"
- name: "Run"
run: uv tool run ruff check .