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
Only run the pre-commit hook on changed files (#3145)
* Only run the pre-commit hook on changed files
* Let's change a haskell file
* Didn't use the PATTERN field correctly
* Move pre-commit block before building stylish-haskell
* Try to evaluate GIT_DIFF value to pass to pre-commit
* Try to evaluate GIT_DIFF value to pass to pre-commit
* Move pre-commit action back to original spot
* Introduce bad formatting in a file
* Conditionally run the pre-commit job only when there are haskell source
changes
* Restore haskell files we used for testing
* workflow fixes
* Try changing haskell source files with new workflow structure
* Revert all changes to files during testing
Co-authored-by: Pepe Iborra <[email protected]>
0 commit comments