fix ci (hopefully, because act wont work)

This commit is contained in:
AAGaming
2023-09-30 12:42:02 -04:00
committed by marios8543
parent 96ae502202
commit b155734dcf
2 changed files with 2 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v3 # Check out the repository first. - uses: actions/checkout@v3 # Check out the repository first.
- name: Install Python dependencies - name: Install Python dependencies
working-directory: backend
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
[ -f requirements.txt ] && pip install -r requirements.txt [ -f requirements.txt ] && pip install -r requirements.txt
@@ -28,6 +29,7 @@ jobs:
with: with:
python-version: "3.10.6" python-version: "3.10.6"
no-comments: true no-comments: true
working-directory: backend
- name: Run tsc (TypeScript) - name: Run tsc (TypeScript)
working-directory: frontend working-directory: frontend

View File

@@ -1,3 +0,0 @@
{
"strict": ["*"]
}