Skip to content

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws #5286

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws #5286

Workflow file for this run

name: Dead Link Checker
on:
repository_dispatch:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
fail: true