Добавить .gitea/workflows/testlinks.yml
All checks were successful
lint / lint (push) Successful in 13s
All checks were successful
lint / lint (push) Successful in 13s
This commit is contained in:
15
.gitea/workflows/testlinks.yml
Normal file
15
.gitea/workflows/testlinks.yml
Normal 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"
|
Reference in New Issue
Block a user