Files
awesome-gitea/.gitea/workflows/testlinks.yml
Sergey Karmanov dbb8d70670
Some checks failed
lint / lint (push) Successful in 13s
testlinks / check_urls (push) Failing after 2m5s
Обновить .gitea/workflows/testlinks.yml
2025-07-03 03:20:38 +03:00

16 lines
329 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@v0.0.1
with:
filePath: "README.md"
ignoreCodes: "403"