From 59e228718bca3ae9035b21ec41cb4829cacd4a23 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 28 Jun 2025 03:27:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/testlinks.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/testlinks.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/testlinks.yml diff --git a/.gitea/workflows/testlinks.yml b/.gitea/workflows/testlinks.yml new file mode 100644 index 0000000..2ea9fcc --- /dev/null +++ b/.gitea/workflows/testlinks.yml @@ -0,0 +1,15 @@ +on: + pull_request: + branches: + - '**' + +jobs: + check_urls: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Link check action + uses: adriancoman/link-checks-action@0.1.0 + with: + file-to-check: "README.md" \ No newline at end of file