Skip to content

Commit 2d1ca49

Browse files
committed
github: whitelist sublimetext.com on awesome_bot
Unusual homepage URL '/index2': sublimetext.com/index2
1 parent 08ef46a commit 2d1ca49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo cp shellcheck-stable/shellcheck /usr/bin/
2323
shellcheck --version
2424
- name: Check links in the README file
25-
run: awesome_bot README.md
25+
run: awesome_bot README.md --white-list "sublimetext.com"
2626
- name: Check bugs, warnings, and errors in shell scripts
2727
# Read more the details of exceptions on ShellCheck Wiki.
2828
# Example of SC1000:

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo cp shellcheck-stable/shellcheck /usr/bin/
2626
shellcheck --version
2727
- name: Check links in the README file
28-
run: awesome_bot README.md
28+
run: awesome_bot README.md --white-list "sublimetext.com"
2929
- name: Check bugs, warnings, and errors in shell scripts
3030
# Read more the details of exceptions on ShellCheck Wiki.
3131
# Example of SC1000:

0 commit comments

Comments
 (0)