-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I think the yml describing the full file after edits is incorrect
I used http://www.yamllint.com/ to check whether it lints as well
To Reproduce
Steps to reproduce the behavior:
- Go to 'yaml lint'
- Paste the following
- name: JS Actions
on:
issues:
types: [labeled]
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ha-ha
uses: ./.github/actions/joke-action
- See errors
(<unknown>): did not find expected '-' indicator while parsing a block collection at line 1 column 1 - You can see a live example of this fails on my repo here - https://github.com/anujdeshpande/test-action/actions/runs/2660634776/workflow
Expected behavior
The yml should lint.
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
