Skip to content

WIP: Linux reusable workflow #117

WIP: Linux reusable workflow

WIP: Linux reusable workflow #117

Workflow file for this run

on:
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@reusable-worfklow-linux

Check failure on line 13 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linux.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linux.yml" -> "febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@reusable-worfklow-linux" (source branch with sha:ac2e9761486ab5c81d10598da00f8360a331c71b) : You have an error in your yaml syntax on line 135
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
secrets: inherit