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

lefthook.yml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c05fc5f3ee618f83049664cfebf97aed50e703e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
pre-push:
  parallel: true
  commands:
    rspec-tests:
      run: make rspec-tests
    jest-tests:
      run: make jest-tests
    eslint-tests:
      run: make eslint-tests
    prettier-tests:
      run: make prettier-tests
    stylelint-tests:
      run: make stylelint-tests
    hadolint-tests:
      run: make hadolint-tests
    yamllint-tests:
      run: make yamllint-tests
    markdownlint-tests:
      run: make markdownlint-tests