From dedb7c7e6005e2588944cdf5397b87a518457793 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:48:02 +0100 Subject: [PATCH] Fixed. --- .github/workflows/perform-type-check.yml | 1 + 1 file changed, 1 insertion(+) 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