Skip to content

Commit

Permalink
Broken Link Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 29, 2024
1 parent 30a3f9b commit 6e69b31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- '**' # Trigger on commits to any branch

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@gh-actions

0 comments on commit 6e69b31

Please sign in to comment.