From f9296893ab9e884f530d31a93663cbead539a3b6 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 11 Nov 2023 11:20:34 -0500 Subject: [PATCH] Fix bad linting on passwordstore.org --- .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 a50e4e2..92c55fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: README.md README_ZH-CN.md --verbose --no-progress + args: README.md README_ZH-CN.md --verbose --no-progress --exclude www.passwordstore.org/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}