Files
awesome-gitea/.gitea/workflows/testlinks.yml
Sergey Karmanov b5bb980ecd
Some checks failed
lint / lint (push) Successful in 15s
testlinks / check_urls (push) Failing after 10s
Обновить .gitea/workflows/testlinks.yml
2025-07-03 00:37:23 +03:00

15 lines
303 B
YAML

name: testlinks
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/link-checks-action@test
with:
file-to-check: "README.md"