mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-08-11 13:49:14 +00:00
Add link tester to CI
This commit is contained in:
parent
b14eb4ce0f
commit
3a5fe5d1dd
1 changed files with 16 additions and 0 deletions
16
.gitea/workflows/testlinks.yml
Normal file
16
.gitea/workflows/testlinks.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Test links
|
||||
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,418"
|
Loading…
Add table
Add a link
Reference in a new issue