Skip to content

Commit

Permalink
Update link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Mar 20, 2024
1 parent 7898e8c commit b6383a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: nightly

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
md-dead-link-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/md-dead-link-check@0.4
- uses: AlexanderDokuchaev/md-dead-link-check@v0.6

0 comments on commit b6383a2

Please sign in to comment.