Skip to content

[npm]: Bump esbuild and esbuild-sass-plugin #10

[npm]: Bump esbuild and esbuild-sass-plugin

[npm]: Bump esbuild and esbuild-sass-plugin #10

Workflow file for this run

name: "Validate External Links"
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
validate-external-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: '--verbose --no-progress --exclude-loopback --exclude-path node_modules **/*.md'
jobSummary: true
format: markdown
fail: true