Skip to content

[github-actions]: Bump gradle/gradle-build-action from 2.11.1 to 2.12.0 #8

[github-actions]: Bump gradle/gradle-build-action from 2.11.1 to 2.12.0

[github-actions]: Bump gradle/gradle-build-action from 2.11.1 to 2.12.0 #8

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