Skip to content

Update README.md

Update README.md #100

Workflow file for this run

on: [push, pull_request]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}