From d53ad2f33bd80ac6d474a629a194518e5c27d97c Mon Sep 17 00:00:00 2001 From: Frans de Jong Date: Tue, 4 Nov 2025 16:24:07 +0100 Subject: [PATCH] Update whitelist for awesome_bot link checker Update whitelist to ignore links that work/issues that can be seen as false positives. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b18af08..fe63ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install gem run: gem install awesome_bot - name: Check links - run: awesome_bot README.md --skip-save-results --white-list ebu.io/opensource,github.com/ebu/dash.js,www.kamailio.org/,netflixtechblog.com/ + 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 # GitHub Action to automate the identification of common misspellings in text files. # https://github.com/codespell-project/actions-codespell