Skip to content

non-integer condition allowed for image generation with Unet #7

non-integer condition allowed for image generation with Unet

non-integer condition allowed for image generation with Unet #7

Workflow file for this run

# Same as `code-quality-pr.yaml` but triggered on commit to main branch
# and runs on all files (instead of only the changed ones)
name: Code Quality Main
on:
push:
branches: [main]
pull_request:
branches: [main, "release/*"]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Run pre-commits
uses: pre-commit/[email protected]