Skip to content

Commit

Permalink
Use GHA for checking dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 25, 2023
1 parent 2b8e1de commit fc861da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
pull_request:
schedule:
- cron: "0 0 12 * *"

name: check-links

jobs:
check-links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
22 changes: 0 additions & 22 deletions scripts/check_dead_links

This file was deleted.

0 comments on commit fc861da

Please sign in to comment.