Compare commits

..

2 Commits

Author SHA1 Message Date
Logan Cusano
a8e96ab5dc Update JSDoc config
Some checks failed
release-tag / release-image (push) Successful in 1m57s
Update Wiki from JSDoc / update-wiki (push) Failing after 10s
Lint JavaScript/Node.js / lint-js (push) Successful in 10s
DRB Tests / drb_mocha_tests (push) Successful in 25s
2024-08-17 17:51:18 -04:00
Logan Cusano
628fd80710 Update lint and tests to run on PRs 2024-08-17 17:49:12 -04:00
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- "*"
jobs:
lint-js:

View File

@@ -3,7 +3,7 @@ name: DRB Tests
on:
pull_request:
branches:
- main
- "*"
push:
branches:
- main

View File

@@ -1,8 +1,8 @@
{
"source": {
"include": ["src"],
"include": ["addons", "discordBot", "modules", "rss-manager", "test"],
"exclude": ["node_modules"],
"includePattern": ".+\\.js(doc|x)?$",
"includePattern": ".+\\.[mc]?js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {