Skip to content

add shifter transform and tests #647

add shifter transform and tests

add shifter transform and tests #647

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <[email protected]>
# SPDX-License-Identifier: MPL-2.0
name: Quality Check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
# push: # Disabled until release of v4.0.0
# branches: ['main']
pull_request:
types: [opened, synchronize, reopened, closed]
permissions:
contents: read
jobs:
quality:
name: Quality Checks
uses: ./.github/workflows/_job_quality_check.yaml