Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null values flagged as errors #19

Open
ZebraFlesh opened this issue Oct 30, 2020 · 0 comments
Open

Null values flagged as errors #19

ZebraFlesh opened this issue Oct 30, 2020 · 0 comments

Comments

@ZebraFlesh
Copy link

Null values are flagged as errors. For example, the following is valid YAML which GitHub accepts and runs without issue, however, this extension flags the null value on the last line as an error:

name: TOC Generator

on: push

jobs:
  generateTOC:
    name: TOC Generator
    runs-on: ubuntu-latest
    steps:
      - uses: technote-space/toc-generator@v2
        with:
          TOC_TITLE: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant