Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(devservices): Add devservices config validation job (#4426)
This validation job will only run if files are changed in the devservices/ directory or the .github/workflows/ci.yml has been changed. It will ensure that the config files that live in the relay devservices directory actually work, preventing potential breakages for devservices across repos that depend on snuba if invalid configs are merged. Composite action used: https://github.com/getsentry/action-validate-devservices-config #skip-changelog
- Loading branch information