Skip to content

Commit

Permalink
chore: add url_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Mar 24, 2024
1 parent 4d500fd commit 6f3e637
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/url_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: url_check

'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '43 5 * * TUE'

jobs:
run_lychee:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check links
uses: lycheeverse/[email protected]
with:
args: >
--no-progress
**/*.md
fail: true
...

0 comments on commit 6f3e637

Please sign in to comment.