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

Skip to content

Commit 7d6d93a

Browse files
Initial
1 parent ee77dd0 commit 7d6d93a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,24 @@ jobs:
8484
- uses: rffontenelle/[email protected]
8585
- run: sphinx-lint
8686

87+
spellcheck:
88+
runs-on: ubuntu-latest
89+
strategy:
90+
fail-fast: false
91+
matrix:
92+
version: [ 3.14 ]
93+
needs: [ 'update' ]
94+
continue-on-error: true
95+
steps:
96+
- uses: actions/setup-python@master
97+
with:
98+
python-version: 3
99+
- run: pip install pospell
100+
- uses: actions/checkout@master
101+
with:
102+
ref: ${{ matrix.version }}
103+
- run: pospell --langauge pl --glob '**/*.po'
104+
87105
build:
88106
runs-on: ubuntu-latest
89107
strategy:

0 commit comments

Comments
 (0)