Skip to content

Commit ca32ac2

Browse files
committed
@monperrus at work
1 parent 7ac9d89 commit ca32ac2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-frontmatter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
const files = fs.readdirSync(dir);
3939
4040
for (const file of files) {
41+
if (file === 'node_modules') {
42+
continue;
43+
}
4144
const filePath = path.join(dir, file);
4245
const stat = fs.statSync(filePath);
4346

0 commit comments

Comments
 (0)