Skip to content

Commit

Permalink
šŸ— Include dotfiles while expanding globs during the CI check for valiā€¦
Browse files Browse the repository at this point in the history
ā€¦d URLs (ampproject#34510)
  • Loading branch information
rsimha authored and processprocess committed May 25, 2021
1 parent 2dadf96 commit 4e5794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/check-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function checkLinks() {
if (!usesFilesOrLocalChanges('check-links')) {
return;
}
const filesToCheck = getFilesToCheck(linkCheckGlobs);
const filesToCheck = getFilesToCheck(linkCheckGlobs, {dot: true});
if (filesToCheck.length == 0) {
return;
}
Expand Down

0 comments on commit 4e5794a

Please sign in to comment.