From 422179cf693a3bcd30b34e46ecf9900716d137f1 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:29:30 +0100 Subject: [PATCH] lint: make link checker more readable --- .github/workflows/links.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 64491991..39c2d1e7 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -33,5 +33,11 @@ jobs: if: success() || failure() uses: lycheeverse/lychee-action@v2 with: - args: -v --no-progress --exclude-path node_modules --exclude localhost -- **/README.md packages/nuejs.org/.dist/prod/ + args: > + -v --no-progress + --exclude-path node_modules + --exclude localhost + -- + **/README.md + packages/**/.dist/prod/ token: ${{ secrets.GITHUB_TOKEN }}