Skip to content

Commit

Permalink
testing looping
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Jun 10, 2024
1 parent 711a4fc commit 700618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/validate-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {


const validateEntries = (redirects) => {
const valid = validate(redirects);
let valid = validate(redirects);
console.log(valid)

if (!valid) {
Expand Down

0 comments on commit 700618b

Please sign in to comment.