Skip to content

Commit 5b94536

Browse files
committed
exclude CITATION.cff from lowercase filename test
1 parent bed729e commit 5b94536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test_syntax.js

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function assertFileNames() {
199199
base === 'SECURITY.md' ||
200200
base === 'BUILDING.md' ||
201201
base === 'CUSTOM_BUNDLE.md' ||
202+
base === 'CITATION.cff' ||
202203
file.indexOf('mathjax') !== -1
203204
) return;
204205

0 commit comments

Comments
 (0)