jamf / PPPC-Utility

Privacy Preferences Policy Control (PPPC) Utility
MIT License
741 stars 47 forks source link

Add Github action to run SwiftLint on PR #56

Closed macblazer closed 3 years ago

macblazer commented 4 years ago

As a developer I want Github to run an action to verify code changes pass our SwiftLint checks before being approved.

Automated verification of SwiftLint via Github actions will allow us to simplify the PR process. Developers will get immediate feedback if their PRs violate the linting process, even if they don't lint the code themselves.

Note: Issue #55 must be completed first.