This Github Action runs scalafmt
on every Pull Request and then pushes the changes as a new commit
on the same branch right away.
It runs only on the *.scala
and *.sbt
files that appear in the Pull Request diff.
This way you can focus on your code and forget about formatting!