File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ concurrency:
1515 cancel-in-progress : true
1616
1717jobs :
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
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
You can’t perform that action at this time.
0 commit comments