Skip to content

update link validation action #242

update link validation action

update link validation action #242

Workflow file for this run

name: Check Links
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Link Checker
uses: mr8lu/[email protected]
with:
directory: '.' # Adjust the directory as needed