Skip to content

Adds Compile CI test #1

Adds Compile CI test

Adds Compile CI test #1

Workflow file for this run

---
name: Compile
# yamllint disable-line rule:truthy
on:
pull_request:
paths-ignore:
- '*.md'
push:
paths-ignore:
- '*.md'
env:
INDI_COMMON_WORKDIR: ${{ vars.INDI_COMMON_WORKDIR || 'src/indicators/Common' }}
INDI_OTHER_WORKDIR: ${{ vars.INDI_OTHER_WORKDIR || 'src/indicators/Other' }}
jobs:
compile-indicators-common:
name: Compile Indicators (Common)
uses: EA31337/EA31337-Indicators-Common/.github/workflows/[email protected]
with:
artifact_prefix: mt
skip_cleanup: true
compile-indicators-other:
name: Compile Indicators (Other)
uses: EA31337/EA31337-Indicators-Other/.github/workflows/[email protected]

Check failure on line 28 in .github/workflows/compile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compile.yml

Invalid workflow file

error parsing called workflow ".github/workflows/compile.yml" -> "EA31337/EA31337-Indicators-Other/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
artifact_prefix: mt
skip_cleanup: true