Skip to content

Break the workflow syntax #2

Break the workflow syntax

Break the workflow syntax #2

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
# WHOOOPS dropped the colon here.
build
runs-on: ubuntu-latest

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
steps:
- name: Run
run: echo "running"