cmhughes / latexindent.pl

Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
GNU General Public License v3.0
884 stars 84 forks source link

Github actions for pull requests #315

Closed cmhughes closed 2 years ago

cmhughes commented 2 years ago

I'd like a github action to monitor pull requests, as all pull requests should go to the develop branch.

The following looks like it should be a good starting point: https://stackoverflow.com/a/64126737/1091649

cmhughes commented 2 years ago

Implemented at https://github.com/cmhughes/latexindent.pl/commit/5b8a0da8c28b563ba7cb492d6205d28a8c977a5c