Skip to content

Commit

Permalink
Fix bad linting on passwordstore.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alebcay committed Nov 11, 2023
1 parent 2904af8 commit f929689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit f929689

Please sign in to comment.