Add link tester to CI

This commit is contained in:
Sergey Karmanov 2025-07-03 03:28:20 +03:00
commit 3a5fe5d1dd

View file

@ -0,0 +1,16 @@
name: Test links
on:
- push
- pull_request
jobs:
check_urls:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Link check action
uses: serega404/links-check-action@v0.0.1
with:
filePath: "README.md"
ignoreCodes: "403,418"