From 802a15c2c6556e2dd810f9aea858e67605f4a4fc Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 15 Nov 2024 17:17:41 +0000 Subject: [PATCH] tools: exclude nullboard from activity check (#952) - ref. #1 - https://github.com/apankrat/nullboard/blob/master/README.md > Dead simple > Single-page web app - just one HTML file, an ancient jQuery package and a webfont pack. > Can be used completely offline. In fact, it's written exactly with this use in mind. --- .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 ffdd6b7be9..081285eb63 100644 --- a/.hecat/awesome-lint-strict.yml +++ b/.hecat/awesome-lint-strict.yml @@ -20,3 +20,4 @@ steps: - https://github.com/josephernest/writing # static HTML/JS, simple/no maintenance required - 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 diff --git a/.hecat/awesome-lint.yml b/.hecat/awesome-lint.yml index a9b50e1bcc..50da374dfc 100644 --- a/.hecat/awesome-lint.yml +++ b/.hecat/awesome-lint.yml @@ -17,3 +17,4 @@ steps: - https://github.com/josephernest/writing # static HTML/JS, simple/no maintenance required - 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