diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml new file mode 100644 index 0000000..eaee8b6 --- /dev/null +++ b/.github/workflows/link-checker.yml @@ -0,0 +1,12 @@ +name: Link Checker +on: [push] + +jobs: + link-checker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Link Checker + uses: lycheeverse/lychee-action@v1.5.0 + with: + args: "*.md" diff --git a/README.md b/README.md index 79c0873..f178c80 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ This is your README. READMEs are where you can communicate what your project is and how to use it. Write your name on line 6, save it, and then head back to GitHub Desktop. + +@aka-1976