Skip to content

⬆️🪝 Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 - abandoned #626

⬆️🪝 Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 - abandoned

⬆️🪝 Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 - abandoned #626

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
change-detection:
name: 🔍 Change
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
# python-tests:
# name: 🐍 Test
# needs: change-detection
# if: fromJSON(needs.change-detection.outputs.run-python-tests)
# uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
#
# code-ql:
# name: 📝 CodeQL
# needs: change-detection
# if: fromJSON(needs.change-detection.outputs.run-code-ql)
# uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
#
# required-checks-pass: # This job does nothing and is only used for branch protection
# name: 🚦 Check
# if: always()
# needs:
# - change-detection
# - python-tests
# - code-ql
# runs-on: ubuntu-latest
# steps:
# - name: Decide whether the needed jobs succeeded or failed
# uses: re-actors/alls-green@release/v1
# with:
# allowed-skips: >-
# ${{
# fromJSON(needs.change-detection.outputs.run-python-tests)
# && '' || 'python-tests,'
# }}
# ${{
# fromJSON(needs.change-detection.outputs.run-code-ql)
# && '' || 'code-ql,'
# }}
# jobs: ${{ toJSON(needs) }}