build: run spellcheck on build

This commit is contained in:
zhom
2025-06-16 03:41:38 +04:00
parent 04c690c750
commit 54abb11129
4 changed files with 37 additions and 0 deletions
+5
View File
@@ -41,6 +41,11 @@ jobs:
uses: ./.github/workflows/codeql.yml
secrets: inherit
spellcheck:
name: Spell Check
uses: ./.github/workflows/spellcheck.yml
secrets: inherit
rolling-release:
needs: [security-scan, lint-js, lint-rust]
permissions: