Rename file and update README
This commit is contained in:
parent
ea714b625b
commit
25ece82dab
3 changed files with 2 additions and 3 deletions
|
@ -43,6 +43,7 @@ following locations:
|
|||
- [Tags](tags.md)
|
||||
- [Todos](todos.md)
|
||||
- [Users](users.md)
|
||||
- [Validate CI configuration](ci/lint.md)
|
||||
|
||||
### Internal CI API
|
||||
|
||||
|
@ -50,7 +51,6 @@ The following documentation is for the [internal CI API](ci/README.md):
|
|||
|
||||
- [Builds](ci/builds.md)
|
||||
- [Runners](ci/runners.md)
|
||||
- [Validate the .gitlab-ci.yaml](ci/ci_lint.md)
|
||||
|
||||
## Authentication
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ GET /ci/api/v1/builds/:id/artifacts
|
|||
|
||||
- [Builds](builds.md)
|
||||
- [Runners](runners.md)
|
||||
- [Validate the .gitlab-ci.yaml](ci_lint.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Validate the .gitlab-ci.yaml
|
||||
# Validate the .gitlab-ci.yml
|
||||
|
||||
Check whether your .gitlab-ci.yml file is valid.
|
||||
|
Loading…
Reference in a new issue