You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: add --check option in Mix tasks to compare generated spec w/ file (open-api-spex#618)
Add a --check option to run Mix tasks and compare the generated spec
with a previously generated file.
This is useful for scenarios where a CI check is desirable to catch
unwanted drifts from a validated OpenAPI spec: e.g. the OpenAPI spec is
committed and reviewed, and should not change without additional review.
Fixesopen-api-spex#617
Signed-off-by: Davide Briani <davide@briani.dev>
0 commit comments