Skip to content

Commit 706b23a

Browse files
committed
Fix ESLint
1 parent 38eb08a commit 706b23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/review_dog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
steps:
3232
- name: Code Checkout
3333
uses: actions/checkout@v1
34-
- name: ESLint
34+
- name: Configure
3535
run: cd www
36+
- name: ESLint
3637
uses: reviewdog/action-eslint@v1
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)