Skip to content

Commit

Permalink
Create linkcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enkeyz committed Aug 26, 2022
1 parent ba4c3c6 commit c5f576c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Broken link check workflow
on: [workflow_dispatch]

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Scan for broken links
uses: enkeyz/linkcheck-action@test_release

0 comments on commit c5f576c

Please sign in to comment.