diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e05ab2ba0b..a8357474d1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -21,7 +21,7 @@ jobs: find . -name \*.adoc -exec asciidoctor --failure-level WARN --trace --verbose --warnings {} + - name: Link Check - uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede + uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 with: args: --no-progress --timeout 30 --scheme http --scheme https --require-https "./**/main.html" fail: true