Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d84956

Browse files
committed
Lint translations for all supported Python versions
1 parent 071dde4 commit 7d84956

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
event-type: translation-updated
5353
lint:
5454
runs-on: ubuntu-latest
55+
strategy:
56+
matrix:
57+
version: [3.8, 3.9, '3.10', 3.11]
5558
needs: ['update-translation']
5659
continue-on-error: true
5760
steps:
@@ -60,6 +63,8 @@ jobs:
6063
python-version: 3
6164
- run: pip install sphinx-lint
6265
- uses: actions/checkout@master
66+
with:
67+
ref: ${{ matrix.version }}
6368
- run: sphinx-lint
6469
build-translation:
6570
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)