summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/typecheck.yml2
-rw-r--r--pyrightconfig.json3
2 files changed, 2 insertions, 3 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
diff --git a/pyrightconfig.json b/pyrightconfig.json
deleted file mode 100644
index 9937f227..00000000
--- a/pyrightconfig.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "strict": ["*"]
-} \ No newline at end of file