jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
16 stars 12 forks source link

Auto-Format code on Pull Request #34

Closed jack-ullery closed 2 years ago

jack-ullery commented 2 years ago

This is a continuation of #33. This action (if it works correctly) should automatically format and push code when PRs are made.

This could be useful, because it ensures code is properly formatted before code review.

The action is triggered by pull_request_target which can sometimes be problematic. However, it is written in a way to avoid those issues.