Skip to content

Commit b78942d

Browse files
committed
Fix indentation
1 parent 24e10b0 commit b78942d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python
32-
uses: actions/setup-python@v4
33-
with:
34-
python-version: "3.11"
32+
uses: actions/setup-python@v4
33+
with:
34+
python-version: "3.11"
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)