File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
sudo cp shellcheck-stable/shellcheck /usr/bin/
23
23
shellcheck --version
24
24
- name : Check links in the README file
25
- run : awesome_bot README.md
25
+ run : awesome_bot README.md --white-list "sublimetext.com"
26
26
- name : Check bugs, warnings, and errors in shell scripts
27
27
# Read more the details of exceptions on ShellCheck Wiki.
28
28
# Example of SC1000:
Original file line number Diff line number Diff line change 25
25
sudo cp shellcheck-stable/shellcheck /usr/bin/
26
26
shellcheck --version
27
27
- name : Check links in the README file
28
- run : awesome_bot README.md
28
+ run : awesome_bot README.md --white-list "sublimetext.com"
29
29
- name : Check bugs, warnings, and errors in shell scripts
30
30
# Read more the details of exceptions on ShellCheck Wiki.
31
31
# Example of SC1000:
You can’t perform that action at this time.
0 commit comments