Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-19 09:10:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-19 09:10:02 +0300
commitaf685f7e44d974c8b2035be1895fa4c0f6fb0c5f (patch)
treee50336d27400e7f7535c7314c4b02ad404092c33 /lefthook.yml
parent3d55900e199196acad61446dc358aabd24cab7e8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 2c9e7532ec6..0d67d6521a2 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -97,6 +97,10 @@ pre-push:
files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
glob: '*.{rb}'
run: bundle exec rake lint:static_verification
+ bundler-checksum-lint:
+ tags: backend bundler
+ glob: 'Gemfile.lock'
+ run: bundle exec bundler-checksum lint
scripts:
"merge_conflicts":