Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit ff72ab5

Browse files
committed
t15
1 parent fb04b48 commit ff72ab5

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888

8989
upload-overwatch:
9090
runs-on: ubuntu-latest
91+
defaults:
92+
run:
93+
working-directory: ${{ inputs.working_directory }}
9194
steps:
9295
- name: Install Static Analysis Tools
9396
run: |
@@ -116,24 +119,3 @@ jobs:
116119
--organization-slug codecov \
117120
python \
118121
--python-path $(which python3)
119-
120-
mypy:
121-
name: Run Mypy
122-
runs-on: ubuntu-latest
123-
steps:
124-
- name: Checkout code
125-
uses: actions/checkout@v2
126-
127-
- name: Set up Python
128-
uses: actions/setup-python@v2
129-
with:
130-
python-version: '3.13'
131-
132-
- name: Install dependencies
133-
run: |
134-
python -m pip install --upgrade pip
135-
pip install mypy==1.15.0
136-
# Add any other dependencies your project requires
137-
138-
- name: Run Mypy
139-
run: mypy /app/apps/codecov-api

0 commit comments

Comments
 (0)