From fd0aa7d66dece6d5431ba8c1ba6214309d8bfb07 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 1 Jul 2025 23:55:43 +0200 Subject: [PATCH] Exclude OpenSpeedTest from last updated check (#1465) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- .hecat/awesome-lint-strict.yml | 1 + .hecat/awesome-lint.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.hecat/awesome-lint-strict.yml b/.hecat/awesome-lint-strict.yml index 081285eb63..402c9f399d 100644 --- a/.hecat/awesome-lint-strict.yml +++ b/.hecat/awesome-lint-strict.yml @@ -21,3 +21,4 @@ steps: - https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required - https://github.com/joho1968/POMjs # simple/no maintenance required - https://github.com/apankrat/nullboard # static HTML/CSS/JS, simple/no maintenance required + - https://github.com/openspeedtest/Speed-Test # simple HTML/CSS/JS project with no external dependencies diff --git a/.hecat/awesome-lint.yml b/.hecat/awesome-lint.yml index 50da374dfc..d4341241b2 100644 --- a/.hecat/awesome-lint.yml +++ b/.hecat/awesome-lint.yml @@ -18,3 +18,4 @@ steps: - https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required - https://github.com/joho1968/POMjs # simple/no maintenance required - https://github.com/apankrat/nullboard # static HTML/CSS/JS, simple/no maintenance required + - https://github.com/openspeedtest/Speed-Test # simple HTML/CSS/JS project with no external dependencies