Browse Source

Install hunspell

Björn Ritzl 6 tháng trước cách đây
mục cha
commit
e53d963c81
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/trigger-site-rebuild.yml

+ 2 - 0
.github/workflows/trigger-site-rebuild.yml

@@ -6,6 +6,8 @@ jobs:
   spellcheck:
     runs-on: ubuntu-latest
     steps:
+    - name: Install hunspell
+       run: sudo pip install hunspell
     - uses: actions/checkout@v4
     - uses: rojopolis/[email protected]