Fix command to run spellcheck (#3753)

The command wasn't correct.
This commit is contained in:
Kristjan ESPERANTO
2025-03-27 11:59:59 +01:00
committed by GitHub
parent 791f77105a
commit 2ddb7859f6
2 changed files with 2 additions and 1 deletions

View File

@@ -28,4 +28,4 @@ jobs:
run: |
npm run install-mm:dev
- name: Run Spellcheck
run: npm run test:spellcheck
run: npm run test:spelling