Skip to content

Commit 86147ec

Browse files
committed
Validate tsconfig.eslint.json
At the time the "Check TypeScript Configuration" workflow was created, the eslint proposal was still pending, so only tsconfig.json was validated in the initial implementation of the workflow. Now that the project contains two tsconfig files and the infrastructure is in place to easily validate any number of these files, it might as well be used to the fullest extent.
1 parent b9e8d90 commit 86147ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-tsconfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
file:
2828
- ./tsconfig.json
29+
- ./tsconfig.eslint.json
2930

3031
steps:
3132
- name: Checkout repository

0 commit comments

Comments
 (0)