-
Notifications
You must be signed in to change notification settings - Fork 14
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: migrate from Travis CI to GitHub Actions and polish ansible-lint configuration #36
ci: migrate from Travis CI to GitHub Actions and polish ansible-lint configuration #36
Conversation
I don't think we need a build matrix here – testing with a single Python version (3.11, I should think) is absolutely sufficient. (Also, for future reference, when you want to use Python 3.10 in YAML files like that, you have to make it a string, as otherwise YAML will parse it as a number and Python 3.1 is a long time in our past, thankfully.) |
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.
^
Thanks, updated. |
I also fixed a couple of errors reported by ansible-lint in the latest version. It still complains about |
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.
Thank you so much!
I'm honestly not sure what to do about Arch here – probably best to listen to the linter, but I can do that post-merge. |
No description provided.