Skip to content

execute lint workflow as job #4

execute lint workflow as job

execute lint workflow as job #4

Workflow file for this run

---
name: Build demoapp-backend
# Events: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
push:
branches:
- main
- release/.*
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/lint.yml # Workflow calls need to be executed as jobs
with:
yaml: 'true'

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build demoapp-backend

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 17, Col: 13): Unexpected value 'true'