rolfbjarne / autoformat

GitHub Action to automatically format source code in pull requests
MIT License
7 stars 0 forks source link

Use the head ref instead of HEAD to compute the list of files. Fixes #6. #7

Closed rolfbjarne closed 1 year ago

rolfbjarne commented 1 year ago

This way we don't take into account files modified in the target branch after the PR was created.

Fixes #6.