Skip to content

Commit 81ba818

Browse files
authored
Update ci.yml
1 parent 96e2f08 commit 81ba818

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
markdownlint-cli:
19-
name: Lint markdown
18+
markdown-lint:
2019
runs-on: ubuntu-latest
2120
steps:
2221
- name: Checkout Code
@@ -28,15 +27,15 @@ jobs:
2827
config_file: ".markdownlint.yaml"
2928

3029
test:
31-
runs-on: ubuntu-latest
3230
name: Python ${{ matrix.python-version }}
31+
runs-on: ubuntu-latest
3332
needs:
34-
- markdownlint-cli
33+
- markdown-lint
3534
strategy:
3635
matrix:
3736
python-version:
38-
- '3.12'
39-
- '3.13'
37+
- "3.12"
38+
- "3.13"
4039
steps:
4140
- uses: actions/checkout@v6
4241
- name: Set up Python
@@ -46,5 +45,5 @@ jobs:
4645
- name: Set up Poetry
4746
uses: abatilo/actions-poetry@v4
4847
with:
49-
poetry-version: '1.4.1'
48+
poetry-version: "1.4.1"
5049
- run: make test

0 commit comments

Comments
 (0)