diff --git a/.github/workflows/linker.yml b/.github/workflows/linker.yml new file mode 100644 index 0000000..5e06cc2 --- /dev/null +++ b/.github/workflows/linker.yml @@ -0,0 +1,21 @@ +name: linker + +on: + push: + branches: [main] + + pull_request: + branches: [main] + +jobs: + link: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Link Checker + uses: lycheeverse/lychee-action@v1.2.0 + + with: + fail: true \ No newline at end of file