From b155734dcfb8c507def6c86c7faeee57333c98b1 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 30 Sep 2023 12:42:02 -0400 Subject: fix ci (hopefully, because act wont work) --- .github/workflows/typecheck.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index e40009c4..16239bdf 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v3 # Check out the repository first. - name: Install Python dependencies + working-directory: backend run: | python -m pip install --upgrade pip [ -f requirements.txt ] && pip install -r requirements.txt @@ -28,6 +29,7 @@ jobs: with: python-version: "3.10.6" no-comments: true + working-directory: backend - name: Run tsc (TypeScript) working-directory: frontend -- cgit v1.2.3