[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] All user facing changes have been added to CHANGELOG.md
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
List of related issues or pull requests**
Refs:
636
Describe the changes made in this pull request
The build.yml was broken because it was not being processed by Jinja. Adding the .jinja extension fixed that.
Then it was broken because whitespace stripping was concatenating the lint from AddLinting.
Checklist before requesting a review
Type of change
List of related issues or pull requests**
Refs:
636
Describe the changes made in this pull request
The build.yml was broken because it was not being processed by Jinja. Adding the
.jinja
extension fixed that. Then it was broken because whitespace stripping was concatenating thelint
fromAddLinting
.Instructions to review the pull request
Suggestions for review:
.github/workflows/build.yml
Install the requirements
Create a new package using the template
Create a local git repo to push to GitHub to trigger CI actions