Skip to content

Commit

Permalink
Check links in CI (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 25, 2024
1 parent ab96d0a commit c6dfedf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
test:
remark:

runs-on: ubuntu-latest

Expand All @@ -20,3 +20,21 @@ jobs:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test

links:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
args: >-
--verbose
--no-progress
--require-https
--max-concurrency 2
--user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'
'README.md'
output: ${{ runner.temp }}/lychee/out.md
fail: true

0 comments on commit c6dfedf

Please sign in to comment.