Skip to content

Merge pull request #21 from timothywarner/tim/feature2 #11

Merge pull request #21 from timothywarner/tim/feature2

Merge pull request #21 from timothywarner/tim/feature2 #11

Workflow file for this run

name: Check Hyperlinks
on:
push:
paths:
- 'README.md'
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Check links in README.md
uses: lycheeverse/lychee-action@master
with:
args: README.md # Specify the file to check