From 92689630e90787b083811cfb760cf8d9e252bf57 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 4 Aug 2024 00:15:28 +0300 Subject: [PATCH] Revert "CI: Temporarily disable pre-commit." This reverts commit b311d52cbbed7ab2264b5014589d7138308ec9d0. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b025cba..ea4e16c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ include: # pre-commit hook. This can also be better if you're working on different # branches but want to use the hooks from the master branch. # yamllint disable-line rule:line-length -# - remote: |- -# https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/pre-commit.yml + - remote: |- + https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/pre-commit.yml - remote: |- https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/containerfiles.yml - remote: |- -- GitLab