diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index 5fdf637a8..45c4c9665 100644 --- a/.github/workflows/perform-type-check.yml +++ b/.github/workflows/perform-type-check.yml @@ -28,4 +28,5 @@ jobs: name: Install all dependencies and symlink for ep_etherpad-lite run: src/bin/installDeps.sh - name: Perform type check + working-directory: ./src run: npx tsc --noEmit \ No newline at end of file