Skip to content

test the validation by adding a bad workflow yml #1

test the validation by adding a bad workflow yml

test the validation by adding a bad workflow yml #1

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/boom.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/boom.yml

Invalid workflow file

(Line: 8, Col: 9): Unrecognized function: 'boom'. Located at position 1 within expression: boom()
workflow_dispatch:
jobs:
fail:
name: Fail
runs-on: ubuntu-latest
if: boom()
steps:
- name: Fail
run: |
echo "Failing the workflow"
exit 1