Files
awesome-gitea/.gitea/workflows/testlinks.yml
Sergey Karmanov 45d46b08ba
Some checks failed
lint / lint (push) Successful in 12s
testlinks / check_urls (push) Failing after 8s
Обновить .gitea/workflows/testlinks.yml
2025-07-03 00:38:55 +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/links-check-action@test
with:
file-to-check: "README.md"