We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which feature you want to improve? GitHub Actions CI
What and why you want to improve that feature GitHub Actions CI should run linting. So contributors know they need to enforce the pretiier
Potential bugs/ unexpected behaviors None for now
How to implement the changes
.github/workflows
.yml
npm ci
npm run prettier
Others Do you have anything else you want to share about the improvement?
The text was updated successfully, but these errors were encountered:
Motivation for this issue: When reviewing code for #129
Sorry, something went wrong.
https://stackoverflow.com/questions/65242830/in-a-github-actions-workflow-is-there-a-way-to-have-multiple-jobs-reuse-the-sam
@nvh95 seems like a good story to begin with mhm
No branches or pull requests
Which feature you want to improve?
GitHub Actions CI
What and why you want to improve that feature
GitHub Actions CI should run linting. So contributors know they need to enforce the pretiier
Potential bugs/ unexpected behaviors
None for now
How to implement the changes
.github/workflows
..yml
file, we do not need to runnpm ci
againnpm run prettier
fails, CI failsOthers
Do you have anything else you want to share about the improvement?
The text was updated successfully, but these errors were encountered: