mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Require test-deps-depcheck
to pass CI (#20386)
The CI job `test-deps-depcheck` was optional, allowing PRs to be merged that included dependency errors. It is now a required job, ensuring that no such errors are introduced in the future.
This commit is contained in:
parent
6c50587878
commit
88212a7c82
@ -221,6 +221,7 @@ workflows:
|
||||
- prep-build-flask
|
||||
- all-tests-pass:
|
||||
requires:
|
||||
- test-deps-depcheck
|
||||
- validate-lavamoat-allow-scripts
|
||||
- validate-lavamoat-policy-build
|
||||
- validate-lavamoat-policy-webapp
|
||||
|
Loading…
Reference in New Issue
Block a user