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
The api and webapp ESLint and Prettier checks (and any other module specific checks) only run when files from those modules have changed.
ESLint and Prettier run against both api and webapp even if no files from those modules have changed.
If the code checks were broken out into separate workflows, a paths filter could be used to determine whether they should run.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
The api and webapp ESLint and Prettier checks (and any other module specific checks) only run when files from those modules have changed.
Actual behaviour
ESLint and Prettier run against both api and webapp even if no files from those modules have changed.
Details and resources
If the code checks were broken out into separate workflows, a paths filter could be used to determine whether they should run.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
Checklist
The text was updated successfully, but these errors were encountered: