Files
awesome-gitea/.gitea/workflows/testlinks.yml
Sergey Karmanov a53dabf42f
Some checks failed
lint / lint (push) Successful in 17s
testlinks / check_urls (push) Failing after 2m4s
Обновить .gitea/workflows/testlinks.yml
2025-07-03 02:47:10 +03:00

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