-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding pre-commit workflow #80
Conversation
do these get listed as additional tasks or happen silently in the background? |
tests/e2e/run-test-e2e
Outdated
@@ -128,7 +128,6 @@ while [[ $# -gt 0 ]]; do | |||
|
|||
--help) | |||
usage | |||
shift 2 |
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 seems related to this patch right? do you mind to open specific pr for this one? Otherwise looks good to me.
Could you also add flake8 validation?
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.
Yep,
I think the problem is this It is reject the event and never activate new pipeline |
e3b04b7
to
affb8e7
Compare
@lsm5 @dougsland PTAL |
@Yarboa Do the e2e tests need to be run in github actions if they are being run with packit + TMT already? Or do these involve a different set of e2e tests? |
I thought of running precommit for shellcheck markdown and flake8 |
This one is working, on my private repo |
d131f66
to
bf30823
Compare
Resolve containers#79 [Fix] added non relevant action e2e, removed Signed-off-by: Yariv Rachmani <[email protected]>
Fixing linting due to precommit ablaysis Signed-off-by: Yariv Rachmani <[email protected]>
all of us already reviewed this one, let's make this fly. |
Resolve #79
Add bash scan with shellcheck
Markdown scan with markdownlint-cli