Compare commits
2 Commits
edb7ec41b1
...
a8e96ab5dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8e96ab5dc | ||
|
|
628fd80710 |
@@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
lint-js:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: DRB Tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "*"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user