We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f33c13 commit f253ef7Copy full SHA for f253ef7
.github/workflows/code-review.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Run ESLint
17
uses: reviewdog/action-eslint@f9dffc54bec82af85668c1f99aa01b6d831ba400 # tag=v1.0.1
18
+ env:
19
+ REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
# -- DOCKER -----------------------------------------------------------------
22
hadolint:
@@ -27,3 +29,5 @@ jobs:
27
29
28
30
- name: Run hadolint
31
uses: reviewdog/action-hadolint@9ab0e438e4266f368e1a782cee6b85a404b2d6a0 # tag=v1.32.1
32
33
0 commit comments