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

[Bugfix] Workflow Fix #57

Closed
wants to merge 1 commit into from

Conversation

sahilsuman933
Copy link
Contributor

@sahilsuman933 sahilsuman933 commented Feb 3, 2024

fixes #19 #23

This PR addresses three issues:

The requirement is to run the workflow on each pull request made to this repository. To achieve this, we need to use the push trigger instead of pull_request.
It resolves several conflicts between eslint and prettier.
a. It changes single quotes to double quotes.
b. The eslint indentation check is removed as prettier and eslint indent do not work together due to differing indentation styles. Reference: https://stackoverflow.com/questions/56337176/prettier-and-eslint-indents-not-working-together
c. Removed unnecessary semicolon.

Signed-off-by: Sahil Suman <[email protected]>
Copy link

vercel bot commented Feb 3, 2024

@sahilsuman933 is attempting to deploy a commit to the My Team Team on Vercel.

A member of the Team first needs to authorize it.

@sahilsuman933
Copy link
Contributor Author

@hkirat, you can now merge this PR. After it's merged, I'll create another PR to resolve all the formatting issues.

@hkirat
Copy link
Contributor

hkirat commented Feb 3, 2024

This will require a wholesale lint
Will do after PRs reach ~0

@sahilsuman933
Copy link
Contributor Author

Okay, @hkirat.

@hkirat hkirat closed this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint workflow doesnt seem to be working
2 participants