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: 12881e3c255a38c5524909ae30253ade0b1f9b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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
    rubocop-tests:
      run: make rubocop-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
    shellcheck-tests:
      run: make shellcheck-tests
    navigation-checks:
      run: make check-global-navigation
    danger-checks:
      run: make check-danger