From 66fa8769e91d1eb29030c07d0e6f066f6b7c6bc6 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Sun, 28 Aug 2022 11:13:37 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20linksafe=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 0000000..c96e6f9 --- /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@fast + env: + TOKEN: ${{ secrets.TOKEN }}