Skip to content

Add GitHub profile link to README #4

Add GitHub profile link to README

Add GitHub profile link to README #4

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