gitlab-ci-yaml_lint 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/gitlab/ci/yaml_lint/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eca72bb01d37430cb41f8accaa8be296b43366f
|
4
|
+
data.tar.gz: 921a9f9e0cd448410a1a68f5440d86da90689264
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dec7d27f796f98733b77f802273136505ce59a82bb6b4faf70bb0e515252f3f0a68d035a7db807e642e2bf45f2e6e015ead5cf3369123bf84daabca6e0d9438b
|
7
|
+
data.tar.gz: b085628e8badc96389b77fe3fc4fa109b4c5192c0934f25dbac93d5996a2ab94d9caa2fcc5397959c3923bb58844f43d43c3f3abca6dbe06b5dca3a95a19f558
|
data/README.md
CHANGED
@@ -23,9 +23,13 @@ Or install it yourself as:
|
|
23
23
|
|
24
24
|
## Usage
|
25
25
|
|
26
|
+
### CLI
|
27
|
+
|
26
28
|
You can validate a `.gitlab-ci.yml` file using the `gitlab-ci-yaml_lint`
|
27
29
|
application by passing it the path to your local `.gitlab-ci.yml` file.
|
28
30
|
|
31
|
+
### Rake Integration
|
32
|
+
|
29
33
|
To use the rake tasks, simply include the following in your project's `Rakefile`:
|
30
34
|
|
31
35
|
```ruby
|