-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add backward-compatibility-check workflow #154
Conversation
64012c2
to
75bdca2
Compare
I think the should push out the tools like this into a separate |
Yes, let's do it that way, we can simply adjust it again if it doesn't fit :) |
… percent lower since the update resulted in a worse MSI, updated bc-check workflow
…dependency problems just for a ci dep
ffca0bc
to
5fe4907
Compare
working-directory: 'tools' | ||
|
||
- name: "Check for BC breaks" | ||
run: "tools/vendor/bin/roave-backward-compatibility-check --format=github-actions --install-development-dependencies" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not quite sure if we need the dev deps here..
LGTM |
fix #105