add hunspell-en-us

This commit is contained in:
Marko Schrempf 2025-01-09 13:19:41 +01:00
parent 98785355d3
commit 86361a8183
2 changed files with 9 additions and 1 deletions

View File

@ -49,3 +49,11 @@ Create a folder `.github/workflows` in the root of your repository. You can now
- Sending the diploma thesis, and therefore automated emails, using a school email address is not supported. Therefore use an email address that does not correspond to your school email address.
- If you use Gmail as a sending email address, you have to generate an app password and use this instead of your normal password. [Manual](https://knowledge.workspace.google.com/kb/how-to-create-app-passwords-000009237)
# Credentials
- ducumentation
- Schrempf Marko
- code
- Schrempf Marko
- Kampl Maximilian

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install git build-essential make-guile texlive-full pandoc pandoc-citeproc tree rsync hunspell hunspell-de-at
sudo apt-get install -y --no-install-recommends git build-essential make-guile texlive-full pandoc pandoc-citeproc tree rsync hunspell hunspell-de-at hunspell-en-us
- name: Build diploma thesis
run: |