Fix mac workflow and update linting job

This commit is contained in:
Veronica Berglyd Olsen
2025-10-18 23:23:46 +02:00
parent 359d5f36b5
commit e21d944461
2 changed files with 22 additions and 13 deletions
+4
View File
@@ -17,6 +17,10 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v5
- name: Install System Packages
run: |
brew install enchant
- name: Install UV and Python
uses: astral-sh/setup-uv@v6
with: