-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature-Request] Should be able to check only changed files during CI. #21
Closed
BiosBoy opened this issue
Oct 9, 2020
· 5 comments
· Fixed by #23, codedge/statamic-magiclink#57, codedge/laravel-selfupdater#175, villa-brocante/contao-google-shopping-feed#28 or codedge/coding-challenges#3
Closed
[Feature-Request] Should be able to check only changed files during CI. #21
BiosBoy opened this issue
Oct 9, 2020
· 5 comments
· Fixed by #23, codedge/statamic-magiclink#57, codedge/laravel-selfupdater#175, villa-brocante/contao-google-shopping-feed#28 or codedge/coding-challenges#3
Labels
Comments
Can you provide a PR for this? |
Sorry, don't have much time :( |
Note: git diff --name-only HEAD^..HEAD returns a list of changed files in the latest commit |
I will try something tomorrow! |
Could you test this feature please on your repository? You would need to use creyD/prettier_action@dev. |
This was referenced Mar 12, 2021
Merged
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What exactly happened?
Prettier Action checks all the codebase instead of the files which were changed only on the particular commit.
Steps to reproduce the behavior:
What should've happened?
Should be able to check only changed files during CI.
How did it look?
Check the whole codebase instead. Why?
Where did you encounter the problem?
The text was updated successfully, but these errors were encountered: