Skip to content
Snippets Groups Projects
Commit 2dc445ab authored by nimrod's avatar nimrod
Browse files

- Added test as a pre-commit hook.

parent b0edc6ca
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,15 @@ ...@@ -6,6 +6,15 @@
- id: check-xml - id: check-xml
- id: check-yaml - id: check-yaml
- id: check-merge-conflict - id: check-merge-conflict
- repo: local
hooks:
- id: local_test
name: make test
entry: make test
language: system
always_run: True
files: Makefile
- repo: https://www.shore.co.il/git/shell-pre-commit/ - repo: https://www.shore.co.il/git/shell-pre-commit/
sha: 604fe77b53d3514d5ad0f66764c7783850bb6e98 sha: 604fe77b53d3514d5ad0f66764c7783850bb6e98
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment