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

invalid config #14

Open
mgrachev opened this issue Sep 1, 2021 · 0 comments
Open

invalid config #14

mgrachev opened this issue Sep 1, 2021 · 0 comments

Comments

@mgrachev
Copy link
Member

mgrachev commented Sep 1, 2021

I get the following error when running the action:

yamllint 1.26.3
invalid config: while scanning a quoted scalar
  in "<unicode string>", line 1, column 1:
    "{extends:
    ^
found unexpected end of stream
  in "<unicode string>", line 1, column 11:
    "{extends:
              ^

GH action:

name: Linters
on: pull_request

jobs:
  yamllint:
    name: linters / yamllint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: yamllint
        uses: reviewdog/action-yamllint@v1
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-review
          fail_on_error: true
          yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'

Link to failed action:
https://github.com/dotenv-linter/dotenv-linter/runs/3413087590?check_suite_focus=true

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