Skip to content

.github/workflows: Add build_check.yml. #6

.github/workflows: Add build_check.yml.

.github/workflows: Add build_check.yml. #6

Workflow file for this run

name: Build examples
on:
workflow_call:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '30 3 1-7 * 5' # Run on the first Friday of every month at 3:30 AM UTC
jobs:
build-examples:
uses: Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks

Check failure on line 19 in .github/workflows/build_check.yml

View workflow run for this annotation

GitHub Actions / Build examples

Invalid workflow file

The workflow is not valid. In .github/workflows/build_check.yml (Line: 19, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks (Line: 42, Col: 13): A sequence was not expected In .github/workflows/build_check.yml (Line: 19, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks (Line: 65, Col: 13): A sequence was not expected

Check failure on line 19 in .github/workflows/build_check.yml

View workflow run for this annotation

GitHub Actions / Build examples

Invalid workflow file

The workflow is not valid. In .github/workflows/build_check.yml (Line: 19, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks (Line: 7, Col: 3): The identifier 'Build Arduino' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. In .github/workflows/build_check.yml (Line: 19, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks (Line: 27, Col: 3): The identifier 'Build Infineon PSOC6' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.