From ab44a88957cba8de6fce9b1f569ff1408c5eb588 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Sun, 31 Jul 2022 12:31:56 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20link=20check=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linkcheck.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/linkcheck.yml diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml new file mode 100644 index 0000000..de85206 --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,13 @@ +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run linksafe + uses: TechWiz-3/linksafe@main + with: + dirs: ".,./addons,./docs,./other" + verbose: true + whitelist_files: "./docs/index.html"