You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase should utilize github actions to enforce code quality with the already defined prettier and eslint rules. Contributors should be responsible for linting and formatting their code before submitting.
These actions should:
Run on pull requests
Fail if the code violates any rules
Tasks:
Implement a github action to build the project to ensure no build errors are present
Implement a github action to check code style with prettier
Implement a github action to check code quality with eslint
The text was updated successfully, but these errors were encountered:
Depends on #227
The codebase should utilize github actions to enforce code quality with the already defined
prettier
andeslint
rules. Contributors should be responsible for linting and formatting their code before submitting.These actions should:
Tasks:
prettier
eslint
The text was updated successfully, but these errors were encountered: