diff --git a/.github/workflows/check-tsconfig.yml b/.github/workflows/check-tsconfig.yml index 6d71cd9f..3e13d172 100644 --- a/.github/workflows/check-tsconfig.yml +++ b/.github/workflows/check-tsconfig.yml @@ -26,6 +26,7 @@ jobs: matrix: file: - ./tsconfig.json + - ./tsconfig.eslint.json steps: - name: Checkout repository