Skip to content

Add an investigation into how to check the scriptqueue #435

Add an investigation into how to check the scriptqueue

Add an investigation into how to check the scriptqueue #435

Workflow file for this run

name: CI
"on":
merge_group: {}
pull_request: {}
push: {}
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/[email protected]