Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3d25726

Browse files
committed
chore: add url_check.yml
1 parent 4d500fd commit 3d25726

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎.github/workflows/url_check.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: url_check
3+
4+
'on':
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
schedule:
11+
- cron: '43 5 * * TUE'
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: Check links
22+
uses: lycheeverse/lychee-action@v1.9.3
23+
with:
24+
args: >
25+
--no-progress
26+
**/*.md
27+
fail: true
28+
...

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /