diff --git a/.gitea/workflows/testlinks.yml b/.gitea/workflows/testlinks.yml new file mode 100644 index 0000000..b8aa641 --- /dev/null +++ b/.gitea/workflows/testlinks.yml @@ -0,0 +1,16 @@ +name: Test links +on: + - push + - pull_request + +jobs: + check_urls: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Link check action + uses: serega404/links-check-action@v0.0.1 + with: + filePath: "README.md" + ignoreCodes: "403,418" \ No newline at end of file