Skip to content

Commit

Permalink
Merge branch 'test' of https://github.com/ustaxcourt/ef-cms into 1033…
Browse files Browse the repository at this point in the history
…9-test
  • Loading branch information
nechama-krigsman committed Aug 16, 2024
2 parents dc6387a + f43ac62 commit a2c45e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-all-files-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
working-directory: ./targetBranch
run: npm ci

- name: Check untouched files
- name: Check files for increased error count
run: npx ts-node scripts/checkAllFilesForTypeErrorCount.ts
2 changes: 1 addition & 1 deletion scripts/checkAllFilesForTypeErrorCount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const errorCount = Object.keys(fileToCheck);
if (errorCount.length) {
logSmartTable(fileToCheck);
console.log(
'\nHere are the files that your PR did not touch but increased in Typescript error count: ',
'\nHere are the files that increased in Typescript error count as a result of your PR: ',
errorCount.length,
);
process.exit(1);
Expand Down

0 comments on commit a2c45e3

Please sign in to comment.