Skip to content

Commit 84194e7

Browse files
committed
chore: add all_url_check
1 parent 9ade9d1 commit 84194e7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/workflows/all_url_check.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: all_url_check
3+
4+
'on':
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
schedule:
11+
- cron: '41 3 * * SUN'
12+
13+
jobs:
14+
run_lychee:
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
21+
- name: run lychee
22+
uses: lycheeverse/[email protected]
23+
with:
24+
args: >
25+
--no-progress
26+
**/*.java **/*.md
27+
fail: true
28+
...

.lycheeignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://habrahabr.ru/company/luxoft/blog/157273/

0 commit comments

Comments
 (0)