diff --git a/.github/workflows/typescript-check.yml b/.github/workflows/typescript-check.yml index 71b13bbeae..6ad913bba4 100644 --- a/.github/workflows/typescript-check.yml +++ b/.github/workflows/typescript-check.yml @@ -3,7 +3,7 @@ name: typescript-check on: pull_request: paths: - - 'pkg/interface' + - 'pkg/interface/**' jobs: typescript-check: @@ -11,4 +11,4 @@ jobs: name: "Check pkg/interface types" steps: - uses: actions/checkout@v2 - - run: cd 'pkg/interface' && npm i && npm run tsc \ No newline at end of file + - run: cd 'pkg/interface' && npm i && npm run tsc