Skip to content

Workflow file for this run

name: Jobsssss
on:
push:
branches:
- main
jobs:
job2:
runs-on: ubuntu-latest
needs: job1
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/jobs.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: step1
run: echo "Sai"
job1:
runs-on: ubuntu-latest
steps:
- name: stepB
run: echo "Hello"