diff options
| author | AAGaming <aagaming@riseup.net> | 2023-09-30 12:42:02 -0400 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-31 23:17:03 +0200 |
| commit | b155734dcfb8c507def6c86c7faeee57333c98b1 (patch) | |
| tree | c94319b716e864f1490638a2c829b3a5f22d6650 /.github/workflows | |
| parent | 96ae50220283aeb658b988133e5e86a7123efb1d (diff) | |
| download | decky-loader-b155734dcfb8c507def6c86c7faeee57333c98b1.tar.gz decky-loader-b155734dcfb8c507def6c86c7faeee57333c98b1.zip | |
fix ci (hopefully, because act wont work)
Diffstat (limited to '.github/workflows')
| -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 |
