jamf / PPPC-Utility

Privacy Preferences Policy Control (PPPC) Utility
MIT License
735 stars 46 forks source link

Run the unit tests in GitHub Actions on PRs #116

Open macblazer opened 1 year ago

macblazer commented 1 year ago

To ensure quality code we should run the unit tests via GitHub Actions during pull requests.

We can gate the PR approval on passing both SwiftLint and the unit test run.