Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee77dd0 commit 7d6d93aCopy full SHA for 7d6d93a
.github/workflows/update-lint-and-build.yml
@@ -84,6 +84,24 @@ jobs:
84
- uses: rffontenelle/[email protected]
85
- run: sphinx-lint
86
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
102
+ ref: ${{ matrix.version }}
103
+ - run: pospell --langauge pl --glob '**/*.po'
104
+
105
build:
106
runs-on: ubuntu-latest
107
strategy:
0 commit comments