Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: make CI job fail when check-deps.sh script fails
Previously the check-deps.sh would write information about unexpected dependencies to stderr, but return exit code 0, so the error would be ignored by CI. Now it will return code 1 and cause CI to fail if unexpected dependencies are detected.
- Loading branch information