Skip to content

Commit 558f280

Browse files
committed
fix typo
1 parent 78936b1 commit 558f280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/changelog-validator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Setup Python
33-
uses: actions/setup-python@v4
34-
with:
35-
python-version: 3.11
33+
uses: actions/setup-python@v4
34+
with:
35+
python-version: 3.11
3636
- name: Install Markdown
3737
run: python -m pip install .
3838
- name: Get Markdown Version

0 commit comments

Comments
 (0)