Skip to content

Add defer and inert to the list of boolean attributes #145

Add defer and inert to the list of boolean attributes

Add defer and inert to the list of boolean attributes #145

Workflow file for this run

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