Skip to content

QML Rewrite

QML Rewrite #233

Workflow file for this run

name: Build Application
on:
push:
branches-ignore:
- 'stable'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml

Check failure on line 24 in .github/workflows/trigger_builds.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger_builds.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger_builds.yml" -> "./.github/workflows/build.yml" : a step cannot have both the `uses` and `run` keys
with:
build_type: Debug
secrets: inherit