We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8711aa3 commit 38eb08aCopy full SHA for 38eb08a
.github/workflows/review_dog.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Code Checkout
33
uses: actions/checkout@v1
34
- name: ESLint
35
+ run: cd www
36
uses: reviewdog/action-eslint@v1
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments