Skip to content

Commit a656934

Browse files
committed
Ignore "colour" in misspell check
1 parent 24887d5 commit a656934

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/PR-review.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- name: misspell
1111
uses: reviewdog/action-misspell@v1
1212
with:
13-
github_token: ${{ secrets.github_token }}
13+
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
locale: "US"
15-
reporter: github-pr-review
15+
reporter: [github-pr-review]
1616
level: warning
17+
ignore: [colour]

0 commit comments

Comments
 (0)