Skip to content

Commit c4173d4

Browse files
committed
Gia na doume
1 parent 28c059b commit c4173d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install system deps
3232
run: |
3333
sudo apt-get update
34-
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
34+
sudo apt-get install -y hunspell hunspell-el hunspell-en gettext language-pack-el language-pack-en locales-all
3535
- name: Install python deps
3636
run: |
3737
python -m pip install -r requirements.txt

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@ cython_debug/
161161

162162
locales/
163163
.potodo/
164+
165+
# VS Code
166+
.vscode/

0 commit comments

Comments
 (0)