1glab(1) glab(1)
2
3
4
6 glab-ci-lint - Checks if your .gitlab-ci.yml file is valid.
7
8
9
11 glab ci lint [flags]
12
13
14
16 Checks if your .gitlab-ci.yml file is valid.
17
18
19
21 --help[=false] Show help for command
22
23
24 -R, --repo="" Select another repository using the OWNER/REPO or
25 GROUP/NAMESPACE/REPO format or full URL or git URL
26
27
28
30 $ glab ci lint
31 #=> Uses .gitlab-ci.yml in the current directory
32
33 $ glab ci lint .gitlab-ci.yml
34
35 $ glab ci lint path/to/.gitlab-ci.yml
36
37
38
39
40
42 glab-ci(1)
43
44
45
46Auto generated by spf13/cobra Nov 2023 glab(1)