From 67a12c3dc23c2ca12d85fed005408d70473f5529 Mon Sep 17 00:00:00 2001 From: Michal Zalecki Date: Thu, 29 Aug 2019 12:59:13 +0200 Subject: [PATCH] Add codechecks-git-no-uncommitted --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99a7536..9da46ba 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ You can employ visual regression in few different wayes, depending on complexity - [vis-reg-routes](https://github.com/codechecks/vis-reg-routes) — Visual Regression performed on selected routes of the app - [vis-reg](https://github.com/codechecks/vis-reg) — Core visual regression codechecks, just provide path to directory with images +## Git + +- [codechecks-git-no-uncommitted](https://github.com/MichalZalecki/codechecks-git-no-uncommitted) - Detect uncommitted files that changed unexpectedly during your CI process + ## TypeScript - [TypeCov](https://github.com/codechecks/typecov) - Track missing type coverage to ensure type safety