Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8lu committed Aug 20, 2024
1 parent 59966b5 commit ae74814
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Link Checker

on:
push:
- **
workflow_dispatch:
inputs:
start:
type: bool
required: false

jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run Link Checker
uses: mr8lu/link-validator@v1
with:
directory: '.'

0 comments on commit ae74814

Please sign in to comment.