Fix bad linting on passwordstore.org

This commit is contained in:
Caleb Xu 2023-11-11 11:20:34 -05:00
parent 2904af8b2f
commit f9296893ab
No known key found for this signature in database
GPG Key ID: 47E6040D07B8407D
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}