gitlab-ci-validate
gitlab-ci-validate copied to clipboard
Checks if your .gitlab-ci.yml file is valid.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
I include local files like this: ``` include: - .gitlab/ci_templates/kaniko.yml ``` But gitlab-ci-validate doesn't handle them: ``` ❯ gitlab-ci-validate .gitlab-ci.yml .gitlab-ci.yml is invalid: - Local file `.gitlab/ci_templates/kaniko.yml` does not have...