-
Notifications
You must be signed in to change notification settings - Fork 3
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
ci: add pre-commit, molecule, github workflows + chore #2
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 1bbccd3.
@juju4 This looks great. When you get a moment could you rebase to avoid merge conflicts. |
upstream merge done |
@juju4 This is awesome! Question on the .github/workflows/galaxy.yml: should it point to theidiotyouyellat.opencanary or would it make more sense to have thinkst.opencanary? Forgive my ignorance if this is a stupid question. |
galaxy.yml should match what is in meta |
Proposed changes
This implements continuous integration through
This also includes chore to fix lint issues (ansible-lint, yamllint mostly).
Redhat platform is marked experimental as failing inside molecule docker and can't be tested bare in github workflows.
Types of changes
Checklist
pre-commit
in the repo) - added with PR too