0.5.0 • Published 3 years ago

gitlab-ci-validate v0.5.0

Weekly downloads
3,346
License
MIT
Repository
-
Last release
3 years ago

gitlab-ci-validate

npm version npm

Checks if your .gitlab-ci.yml file is valid.

Thanks to @FGRibreau for the post about validating .gitlab-ci.yml files!

npm.io

Install:

yarn global add gitlab-ci-validate
npm i -g gitlab-ci-validate

Usage:

# It will try to find if .gitlab-ci.yml is present on the current folder if no file path is provided
$ gitlab-ci-validate <file-path>

# You can specify your own gitlab host if you need
$ gitlab-ci-validate <file-path> --host https://my-gitlab-url

# You can provide a private token if you need
$ gitlab-ci-validate <file-path> --private-token <my-gitlab-token>

License

MIT © Léo Pradel

0.5.0

3 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago