-
Notifications
You must be signed in to change notification settings - Fork 9
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 #23
Comments
Hey, I'd be happy to set up a GitHub Actions Workflow to lint your repo. I'm familiar with prettier and I use it in all my projects, so I'd endorse the use of it for this case. |
Hey @KComrade53! that'd be great I'll assign the issue to you. |
@KComrade53 i know Hacktoberfest is over, but was wondering if you were still interested in this issue :) |
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days. |
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days. |
Background on the problem the feature will solve/improved user experience
Add GitHub Actions to lint 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.
GitHub Actions uses YAML syntax to define the events, jobs, and steps. These YAML files are stored in your code repository, in a directory called .github/workflows.
The action will
Tasks
.github/workflows
folder. Prettier is a popular linter for both JS and MD files. See example in this Call for Code project.Acceptance Criteria
FYI @upkarlidder
The text was updated successfully, but these errors were encountered: