From c7f69947f4033c8be258bb6c6f7372b57a286ce5 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sun, 31 Jul 2022 19:02:57 -0700 Subject: [PATCH] Does not check translations due to file size limit --- .github/workflows/links_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links_checker.yml b/.github/workflows/links_checker.yml index 224aab6..4d582c0 100644 --- a/.github/workflows/links_checker.yml +++ b/.github/workflows/links_checker.yml @@ -18,7 +18,7 @@ jobs: ## Check out code using Git - uses: actions/checkout@v3 - - name: Check all links at README.md and translations files + - name: Check all links at README.md but skips translations files id: lychee uses: lycheeverse/lychee-action@v1.4.1 with: @@ -35,7 +35,7 @@ jobs: --timeout 20 --max-concurrency 10 --no-progress - README.md translations/*.md + README.md env: ## Avoid rate limiting when checking github.com links GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}