Exclude POMjs from activity check (#800)

- ref: #1
- The Project is a simple HTML / CSS / JS project that doesn't use any external libaries and doesn't seem to require any maintenance.
This commit is contained in:
Rabenherz112 2024-08-01 22:55:55 +02:00 committed by GitHub
parent 28835653a2
commit 43d98fdc53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -19,3 +19,4 @@ steps:
- https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required
- 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

View file

@ -16,3 +16,4 @@ steps:
- https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required
- 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