File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Check README links
2+
3+ concurrency :
4+ group : wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}}
5+ cancel-in-progress : true
6+
7+ on :
8+ pull_request :
9+ push :
10+ branches :
11+ - " [0-9][0-9].[0-9].[0-9]*"
12+
13+ jobs :
14+ link-check :
15+ name : Check README links
16+ runs-on : ubuntu-latest
17+ timeout-minutes : 10
18+ steps :
19+ - name : Checkout code
20+ uses : actions/checkout@v4
21+
22+ - name : Check links in README
23+ uses : lycheeverse/lychee-action@v1
24+ with :
25+ args : --verbose --no-progress './**/[Rr][Ee][Aa][Dd][Mm][Ee].md' --exclude-file .lycheeignore
Original file line number Diff line number Diff line change 1+ https://www.devexpress.com/support/examples/survey.xml?*
2+ https://supportcenter.devexpress.com/ticket/create
3+ http*://localhost*
You can’t perform that action at this time.
0 commit comments