Skip to content

SP-2625-2025DEC11: NB 200 the image mask plane (cont). #434

SP-2625-2025DEC11: NB 200 the image mask plane (cont).

SP-2625-2025DEC11: NB 200 the image mask plane (cont). #434

Workflow file for this run

name: CI
"on":
pull_request: {}
push:
branches-ignore:
# These should always correspond to pull requests, so ignore them for
# the push trigger and let them be triggered by the pull_request
# trigger, avoiding running the workflow twice. This is a minor
# optimization so there's no need to ensure this is comprehensive.
- "dependabot/**"
- "renovate/**"
- "tickets/**"
- "u/**"
tags:
- "*"
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/action@v3.0.1