mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-31 08:27:29 +02:00
build: require codeql and spellcheck to pass successfully before build starts
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: [security-scan, lint-js, lint-rust]
|
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
rolling-release:
|
rolling-release:
|
||||||
needs: [security-scan, lint-js, lint-rust]
|
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user