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.
This commit is contained in:
nodiscc 2024-11-15 17:17:41 +00:00 committed by GitHub
parent 0e34cdef0e
commit 802a15c2c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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