Skip to content

Commit a953cc9

Browse files
committed
add some exclusions to the linting workflow
* .github/ISSUE_TEMPLATE/ does not produce content that appears on the website * a uic.edu link that consistently fails urlcheck without explanation Signed-off-by: Chad Dougherty <[email protected]>
1 parent 8ed295f commit a953cc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linting.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
https://bitcon.blacksintechnology.net/,\
5858
https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us,\
5959
https://family.20thcenturystudios.com/movies/hidden-figures,\
60-
https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/"
60+
https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/,\
61+
https://aaan.uic.edu/student-engagement/uic-black-tech-scholars-program/"
6162

6263
# Exclude these files from the checker
6364
exclude_files: "README.md,\
@@ -69,4 +70,5 @@ jobs:
6970
_config.yml,\
7071
tests/test_,\
7172
.github/workflows,\
73+
.github/ISSUE_TEMPLATE,\
7274
_posts/newsletters/"

0 commit comments

Comments
 (0)