-
Notifications
You must be signed in to change notification settings - Fork 6
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
FEAT: test action scripts using testing actions #47
Conversation
703a0f4
to
9e147af
Compare
I really like the new script for updating the |
Still looking for a way to test this within our actions. The problem is that this is not a package but a script. |
f2db6ce
to
3f593f6
Compare
afa238c
to
937d472
Compare
937d472
to
c4413dc
Compare
6e70be5
to
4ee09c3
Compare
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.
LGTM! Just did a minor change in one of the files since Vale was complaining
Let me add one last change that @Revathyvenugopal162 asked for some days ago. That is having a "(stable)" not after the last stable release. |
Great! Now the script is able to add the |
This pull-request introduces a testing job in the CI. It allows to test the different scripts collected in the
scripts/
directory using the actions implemented in #42. This also has the advantage of testing the action itself.