-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding GitHub-Action CI Option #2837
Adding GitHub-Action CI Option #2837
Conversation
…to use the new project structre to create a template
@browniebroke I am having trouble understanding why the checks are failing. Looks like |
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.
I think the issues might have to do with Jinja2 trying to interpolate GH actions variables (see below).
…g with the test file to test the CI config
…with double quotes
Description
Adding an option to let users choose GitHub action as a CI tool.
Checklist:
tests/test_cookiecutter_generation.py
is updated accordingly (especially if adding or updating a template option)Rationale
Since this code repo is on Github it would make more sense to take advantage of the deep CI integration that GitHub now provides out of the box like dependency caching to speed up future builds.