1
0
mirror of https://github.com/alebcay/awesome-shell.git synced 2025-08-26 17:44:38 +02:00

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

View File

@@ -15,7 +15,7 @@ jobs:
id: lychee id: lychee
uses: lycheeverse/lychee-action@v1 uses: lycheeverse/lychee-action@v1
with: 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}