Skip to content

Commit b866b1c

Browse files
committedJan 15, 2023
disabled eslint-action
1 parent 1625c15 commit b866b1c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
CI: true
2121
eslint:
2222
runs-on: ubuntu-latest
23-
permissions:
24-
contents: read
25-
pull-requests: write
2623
steps:
2724
- uses: actions/checkout@v3
2825
- name: Setup Node
@@ -39,10 +36,11 @@ jobs:
3936
with:
4037
commit_message: Apply auto lint-fix changes
4138
branch: ${{ github.head_ref }}
42-
- name: eslint
43-
if: steps.auto-commit-action.outputs.changes_detected == 'false'
44-
uses: reviewdog/action-eslint@v1
45-
with:
46-
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
level: warning
48-
reporter: github-pr-review
39+
# See: https://github.com/reviewdog/action-eslint/issues/152
40+
# - name: eslint
41+
# if: steps.auto-commit-action.outputs.changes_detected == 'false'
42+
# uses: reviewdog/action-eslint@v1
43+
# with:
44+
# github_token: ${{ secrets.GITHUB_TOKEN }}
45+
# level: warning
46+
# reporter: github-pr-review

0 commit comments

Comments
 (0)
Please sign in to comment.