From 263b25db4ac3a5ebcc7e2de7a75a4b4858fc2cf1 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Tue, 2 Aug 2022 11:31:47 +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 | 12 ++++++++++++ 1 file changed, 12 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 00000000..f12dff1e --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,12 @@ +name: Link-check +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run linksafe + uses: TechWiz-3/linksafe@main + with: # comma seperated lists + whitelist_files: "./CODEOWNERS"