Skip to content

Compile examples

Compile examples #466

name: Compile examples
on:
push:
paths-ignore:
- 'docs/**'
schedule:
- cron: "30 12 * * 0"
workflow_dispatch:
jobs:
arduino-devops:
uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest

Check warning on line 13 in .github/workflows/compile_examples.yml

View workflow run for this annotation

GitHub Actions / Compile examples

Workflow syntax warning

In .github/workflows/compile_examples.yml (Line: 13, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest (Line: 86, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 13 in .github/workflows/compile_examples.yml

View workflow run for this annotation

GitHub Actions / Compile examples

Workflow syntax warning

In .github/workflows/compile_examples.yml (Line: 13, Col: 11): Error from called workflow Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest (Line: 135, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
core-setup-script: bash ./tools/dev-setup.sh
ci-setup-script: git submodule update --init extras/arduino-examples
secrets: inherit