Skip to content

Commit 676000e

Browse files
authored
chore: ignore dirs with name "test"
1 parent 848b1d1 commit 676000e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/UpdateDirectory.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function pathsToMarkdown (filePaths) {
7979
globby([
8080
'**/*.js',
8181
'!(node_modules|.github)/**/*',
82+
"!**/test/**/*",
8283
'!**/*.test.js',
8384
'!**/*.manual-test.js',
8485
'!babel.config.js'

0 commit comments

Comments
 (0)