Skip to content

ci: update release workflows #405

ci: update release workflows

ci: update release workflows #405

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline, release ]
workflow_call:
inputs:
branch:
required: false
type: string
tag:
required: false
type: string
jobs:
Test:
name: Python
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
uses: OpenJobDescription/.github/.github/workflows/reusable_python_build.yml@mainline
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
ref: ${{inputs.tag}}

Check failure on line 26 in .github/workflows/code_quality.yml

View workflow run for this annotation

GitHub Actions / Code Quality

Invalid workflow file

The workflow is not valid. .github/workflows/code_quality.yml (Line: 26, Col: 12): Invalid input, ref is not defined in the referenced workflow.