Closed kt3k closed 2 years ago
When we set up this repo @lucacasonato and I tried to add auto-format but there was a GH Actions limitation that didn't allow to push to contributors branch. I'm not sure if that's still the case
If there is a limit on push from GitHub Actions, how about using reviewdog to suggest a format change?
For example, https://github.com/ayame113/js-playground/pull/4#discussion_r932054275 and https://github.com/ayame113/js-playground/blob/5be8bfc0fba70c849cbfcacaf2c97764d76d15c0/.github/workflows/suggest_change.yml
We should create github action workflow which automatically formats the files in PR's branch and push it to that branch if there's any unformatted files