Добавить .gitea/workflows/testlinks.yml
All checks were successful
lint / lint (push) Successful in 13s

This commit is contained in:
2025-06-28 03:27:33 +03:00
parent b14eb4ce0f
commit 59e228718b

View File

@ -0,0 +1,15 @@
on:
pull_request:
branches:
- '**'
jobs:
check_urls:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Link check action
uses: adriancoman/link-checks-action@0.1.0
with:
file-to-check: "README.md"