mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
Add pre-commit config
This commit is contained in:
parent
812422fb75
commit
fa78b1c297
12
.pre-commit-config.yaml
Normal file
12
.pre-commit-config.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# docs: https://pre-commit.com
|
||||||
|
default_install_hook_types: [post-merge, post-checkout, post-rewrite]
|
||||||
|
repos:
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
|
- id: xcodegen
|
||||||
|
name: Generate project files for XCode
|
||||||
|
description: "Generate project file for XCode"
|
||||||
|
entry: xcodegen
|
||||||
|
language: system
|
||||||
|
always_run: true
|
||||||
|
stages: [post-checkout, post-merge, post-rewrite]
|
Loading…
x
Reference in New Issue
Block a user