summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-22 11:30:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:34:23 +0200
commitd2126f1389da71890d33029f1f123e4bf0f76f22 (patch)
tree1884faa11cf52addd975f03d7b6ddce1d2c4eab3 /README.md
parentFail if coverage drops (diff)
downloadrtems-central-d2126f1389da71890d33029f1f123e4bf0f76f22.tar.bz2
Add Git hook intended for pre-push or pre-commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a1a49f3..79c944fa 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,11 @@ development tools such as yapf, flake8, mypy, pylint, pytest, and coverage.
## Getting Started
+Copy the sanity check script at least to the pre-push hook (optional also to
+the pre-commit hook):
+```
+cp git-hooks/sanity-check.sh .git/hooks/pre-push
+```
Run
```
git submodule init