mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
fix(tools): ignore license file in challenge audit (#52717)
This commit is contained in:
@@ -100,6 +100,9 @@ void (async () => {
|
||||
join(englishCurriculumDirectory, englishSuperblock)
|
||||
);
|
||||
for (const englishBlock of englishBlocks) {
|
||||
if (englishBlock.endsWith('.txt')) {
|
||||
continue;
|
||||
}
|
||||
const englishChallenges = await readdir(
|
||||
join(englishCurriculumDirectory, englishSuperblock, englishBlock)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user