Skip to content

Fix ESO-Build: Update to Python 3.13 #11

Fix ESO-Build: Update to Python 3.13

Fix ESO-Build: Update to Python 3.13 #11

Workflow file for this run

# Check build of OpenKNX OFM with Reference OAM (merging/building of OpenKNX knxprod + build of full releases)
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright (C) 2024-2025 Cornelius Koepp
name: BASE-check
run-name: Check OGM-Common Module Build
on: [push]
jobs:
check:
name: Check '${{ matrix.target }}' in '${{ matrix.oam }}'
strategy:
fail-fast: false
matrix:
include:
- oam: OAM-StateEngine
# knxprod_xml: StateEngine-DFA16-Release
ref: v1
prefix: StateEngine
target: DFA16-Release
# - oam: OAM-SensorModule
# ref: v1dev
# prefix: Sensormodul
# target: Big
# # knxprod_xml: Sensormodul-Big
# - oam: OAM-PresenceModule
# ref: v1dev
# prefix: PMmodul
# target: Big
# # knxprod_xml: PMmodul-Big
# # [BUILD]: all build targets
# target:
# - DFA16-Release
# # - ""
#
# # [REF]: same commit and (newest on) branch
# # restore_branch:
# # - false
# # - true
uses: ./.github/workflows/openknx-ofm-check.yml

Check failure on line 45 in .github/workflows/OGM-Common.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/OGM-Common.yml

Invalid workflow file

error parsing called workflow ".github/workflows/OGM-Common.yml" -> "./.github/workflows/openknx-ofm-check.yml" (source branch with sha:68123ec40f15eb95a220d864bb9cdde6488fffe1) : (Line: 128, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
with:
oam: ${{ matrix.oam }}
ref: ${{ matrix.ref }}
KNXPROD_PREFIX: ${{ matrix.prefix}}
target: ${{ matrix.target }}
# restore_branch: ${{ matrix.restore_branch }}