Skip to content

Add defer and inert to the list of boolean attributes (#356) #147

Add defer and inert to the list of boolean attributes (#356)

Add defer and inert to the list of boolean attributes (#356) #147

name: "Validate External Links"
on: [push, pull_request]
jobs:
validate-external-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: '**/*.java **/*.md **/*.xml **/*.html **/*.yml
--verbose --no-progress
--exclude localhost
--exclude "github\.com/casid/jte/blob"
--exclude "@template"
--exclude test.com
--exclude maven.apache.org
--exclude w3.org'
jobSummary: true
format: markdown
fail: true