Skip to content

Instantly share code, notes, and snippets.

@homebysix
Last active June 28, 2021 16:46
Embed
What would you like to do?
Pre-commit config for public AutoPkg recipe repository (basic)
repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.10.1
hooks:
- id: check-autopkg-recipes
args: ["--recipe-prefix=com.github.yourusername."]
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment