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

Skip to content

Commit 1ea05a7

Browse files
deps
1 parent e0e0060 commit 1ea05a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,15 @@ jobs:
9797
- uses: actions/setup-python@master
9898
with:
9999
python-version: 3
100-
- run: pip install pospell
101100
- uses: actions/checkout@master
102101
with:
103102
ref: ${{ matrix.version }}
104-
- run: pospell --langauge pl --glob '**/*.po'
103+
- name: Install dependencies
104+
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'
105109

106110
build:
107111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)