Skip to content

Commit f42020e

Browse files
fix: spaces not tabs
1 parent da1b3fc commit f42020e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ jobs:
44
run:
55
runs-on: ubuntu-latest
66
steps:
7-
- name: Checkout codecov-cli test branch
8-
uses: actions/checkout@v4
9-
with:
10-
repository: codecov/codecov-cli
11-
ref: 1c261cd6b9bbef57bba3595c8688c388ce69ac5d
7+
- name: Checkout codecov-cli test branch
8+
uses: actions/checkout@v4
9+
with:
10+
repository: codecov/codecov-cli
11+
ref: 1c261cd6b9bbef57bba3595c8688c388ce69ac5d
1212
submodules: 'true'
1313

1414
- name: Run pip install .
15-
run: |
15+
run: |
1616
pip install -r requirements.txt
17-
pip install .
17+
pip install .
1818
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)