generated from reviewdog/action-composite-template
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
status - waiting for feedbackWaiting for additional feedback from people involved in the issue / pull requestWaiting for additional feedback from people involved in the issue / pull request
Description
This is how I configured the action in my workflow file
- uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # add comments in the review
level: warning # [info,warning,error]
prettier_flags: '**/*.{js,ts,tsx,md,json}'
However in the log from the github action I see the following:
And I get suggestions for changes in the yarn.lock file.
Any ideas?
edit: created a repo to show the issue. You can see the errors reported in the logs for the workflow for this PR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status - waiting for feedbackWaiting for additional feedback from people involved in the issue / pull requestWaiting for additional feedback from people involved in the issue / pull request
