mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-11 16:13:51 +03:00
fix ci (hopefully, because act wont work)
This commit is contained in:
2
.github/workflows/typecheck.yml
vendored
2
.github/workflows/typecheck.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"strict": ["*"]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user