Skip to content

Commit

Permalink
Update validate.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS authored Jan 4, 2024
1 parent 3337eaa commit 637fee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const args = require('minimist')(process.argv.slice(2))
if (process.env.FAILONWARNING != undefined && process.env.FAILONWARNING.toLowerCase() == 'false') {
failOnWarning = false;
}
gitHubSummary += 'Env FAILONWARNING: ' + process.env.FAILONWARNING + NEW_LINE;
gitHubSummary += 'Strict validation: ' + failOnWarning + NEW_LINE;

if (args!= undefined) {
Expand Down

0 comments on commit 637fee4

Please sign in to comment.