Skip to content

Commit 1017088

Browse files
authored
Merge pull request #214 from ebu/209_fix_false_positives
Update whitelist for awesome_bot link checker
2 parents de8b53e + d53ad2f commit 1017088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install gem
2222
run: gem install awesome_bot
2323
- name: Check links
24-
run: awesome_bot README.md --skip-save-results --white-list ebu.io/opensource,github.com/ebu/dash.js,www.kamailio.org/,netflixtechblog.com/
24+
run: awesome_bot README.md --skip-save-results --white-list ebu.io/opensource,github.com/ebu/dash.js,github.com/ebu/cpa-auth-provider,github.com/sony/nmos-cpp,netflixtechblog.com/,projects.blender.org/blender/blender,www.kamailio.org/,www.videolan.org/projects/dvblast.html
2525

2626
# GitHub Action to automate the identification of common misspellings in text files.
2727
# https://github.com/codespell-project/actions-codespell

0 commit comments

Comments
 (0)