Skip to content
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

Open
7 tasks
demilolu opened this issue Sep 26, 2021 · 5 comments
Open
7 tasks

Create Github Actions #23

demilolu opened this issue Sep 26, 2021 · 5 comments

Comments

@demilolu
Copy link
Contributor

demilolu commented Sep 26, 2021

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

  • lint JS files, we haven't chosen a linter so let's discuss options in the comments
  • lint markdown files in the repo

Tasks

Acceptance Criteria

  • GitHub action runs for every new code commit and PR.

FYI @upkarlidder

@KComrade53
Copy link

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.

@demilolu
Copy link
Contributor Author

Hey @KComrade53! that'd be great I'll assign the issue to you.

@demilolu
Copy link
Contributor Author

@KComrade53 i know Hacktoberfest is over, but was wondering if you were still interested in this issue :)

@github-actions
Copy link

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days.

@github-actions github-actions bot added the stale label Dec 16, 2021
@demilolu demilolu reopened this Feb 3, 2022
@demilolu demilolu removed the stale label Feb 3, 2022
@github-actions
Copy link

github-actions bot commented Apr 5, 2022

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days.

@github-actions github-actions bot added the stale label Apr 5, 2022
@KComrade53 KComrade53 removed their assignment Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants