diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/typecheck.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
