Skip to content

libraries: Fix broken link. #507

libraries: Fix broken link.

libraries: Fix broken link. #507

name: Compile examples
on:
push:
jobs:
compile-examples:
uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest

Check warning on line 8 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: 8, 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 8 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: 8, 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