1 parent 519ab3f commit 11e6240Copy full SHA for 11e6240
1 file changed
.github/workflows/po-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.14', '3.13', '3.12' ]
+ version: [ '3.14' ]
18
continue-on-error: true
19
steps:
20
- uses: actions/setup-python@master
@@ -25,4 +25,4 @@ jobs:
25
with:
26
ref: ${{ matrix.version }}
27
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
28
- - run: sphinx-lint
+ - run: sphinx-lint
0 commit comments