From 0efead797973d06518b6374180b0d18ef834e2de Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 21 Nov 2024 21:39:42 -0700 Subject: [PATCH] Remove unused config --- .github/workflows/config.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/config.json diff --git a/.github/workflows/config.json b/.github/workflows/config.json deleted file mode 100644 index 06ff47f..0000000 --- a/.github/workflows/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ignorePatterns": [{"pattern": "/blog.cloudflare.com/"}], - "httpHeaders": [{ - "urls": ["https://www.uber.com/blog/data-race-patterns-in-go/"], - "headers": { - "Accept": "text/html" - } - }] -}