animated-cube/.github/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 5: found character that cannot start any token

18 lines
229 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
steps:
run: ls
run: touch test.txt
run: ls
second:
name: Step Two
needs: first
runs-on: ubuntu-latest
steps:
run: ls