build: require codeql and spellcheck to pass successfully before build starts

This commit is contained in:
zhom
2025-06-16 23:28:53 +04:00
parent 54abb11129
commit d05b69ff3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
secrets: inherit
release:
needs: [security-scan, lint-js, lint-rust]
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
permissions:
contents: write
strategy:
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
secrets: inherit
rolling-release:
needs: [security-scan, lint-js, lint-rust]
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
permissions:
contents: write
strategy: