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 e0e0060 commit 1ea05a7Copy full SHA for 1ea05a7
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -97,11 +97,15 @@ jobs:
97
- uses: actions/setup-python@master
98
with:
99
python-version: 3
100
- - run: pip install pospell
101
- uses: actions/checkout@master
102
103
ref: ${{ matrix.version }}
104
- - run: pospell --langauge pl --glob '**/*.po'
+ - name: Install dependencies
+ run: |
105
+ pip install pospell
106
+ sudo apt-get update && sudo apt-get install -y hunspell hunspell-pl
107
+ - name: Run pospell
108
+ run: pospell --language pl --glob '**/*.po'
109
110
build:
111
runs-on: ubuntu-latest
0 commit comments