From 6c5f65b6918d58e6f48488b992687699a5038735 Mon Sep 17 00:00:00 2001 From: James Maa Date: Tue, 20 Aug 2024 12:48:47 -0700 Subject: [PATCH] Add forvo to lycheeignore (#1316) * Add forvo to lycheeignore * Test commit --- .github/workflows/broken-links.yml | 2 +- .lycheeignore | 1 + README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 7e0171fea6..c337d99164 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -21,7 +21,7 @@ jobs: run: npm ci - name: Build Legal run: npm run license-report:html - - uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 + - uses: lycheeverse/lychee-action@v1.10.0 with: fail: true jobSummary: false diff --git a/.lycheeignore b/.lycheeignore index 6516d7afc0..b80eb10ab8 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -8,3 +8,4 @@ ^https://chrome\.google\.com/webstore/detail/rikaikun/jipdnfibhldikgcjhfnomkfpcebammhp$ ^https://chrome\.google\.com/webstore/detail/yomitan/likgccmbimhjbgkjambclfkhldnlhbnn$ ^https://chrome\.google\.com/webstore/detail/yomitan-development-build/glnaenfapkkecknnmginabpmgkenenml$ +^https://forvo\.com/$ \ No newline at end of file diff --git a/README.md b/README.md index 11b7f3dc87..b216104219 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Yomitan comes in two flavors: _stable_ and _testing_. New changes are initially - **Microsoft Edge** - [stable](https://microsoftedge.microsoft.com/addons/detail/yomitan/idelnfbbmikgfiejhgmddlbkfgiifnnn) + - Testing: Coming soon ※ Unlike Chrome, Firefox does not allow extensions meant for testing to be hosted in the marketplace. You will have to download the desired version and side-load it yourself. You only need to do this once, and you will get updates automatically.