From f74f6524791ce3bbf04bda806624e427491dd0f0 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Sun, 28 Aug 2022 11:23:08 +1000 Subject: [PATCH 1/2] =?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 | 10 ++++++++++ 1 file changed, 10 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..7721ef3 --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,10 @@ +name: Link-check +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run linksafe + uses: TechWiz-3/linksafe@main From db6e2cb5c85c96a045df1e9879939c25a9eadf25 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Sun, 28 Aug 2022 11:29:34 +1000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20whitelist=20pull=20up?= =?UTF-8?q?dates=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linkcheck.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 7721ef3..c3d6a39 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -8,3 +8,5 @@ jobs: - uses: actions/checkout@v2 - name: Run linksafe uses: TechWiz-3/linksafe@main + with: + whitelist_files: "./pull-updates.sh"