-
Notifications
You must be signed in to change notification settings - Fork 16
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
Create GitHub actions to test any code before merging #48
Comments
Hi, I would like to work on this issue |
@arianahl go for it! |
@demilolu the pull request adds the git actions requested. A few things I would like to point out:
Are these known issues? |
@arianahl @upkarlidder @Jamstew2 insight here? |
For 3, are you able to fix the errors @arianahl. That would be ideal. |
@upkarlidder If no one is working on the website part of the code I can give it go. Otherwise they would get a horrible merge on their hands. |
It sounds good to me. @Jamstew2 and team can you please provide some guidance as well? |
@upkarlidder I fixed the linting issues as part of pull request #62 which adds to #61. I made sure the actions are still passing. |
@kyleni are you able to review the related PRs please? |
Background on the problem the feature will solve/improved user experience
Add GitHub Actions to test and build new code pushed to a branch or committed to a pull request. Code that passes all the steps in the GitHub action can be merged in the repository.
Describe the solution you'd like
A GitHub action runs whenever code is committed to any branch or PR is made to the main branch for each of the following components:
Refer to a similar action that was implemented for the UI folder in Five Fifths Voter project.
Each action will
Tasks
Acceptance Criteria
GitHub action runs for every new code commit and PR.
FYI @demilolu
The text was updated successfully, but these errors were encountered: