Skip to content

Commit 82c8658

Browse files
committed
preparing v1.0.2 release
1 parent 95f8ccd commit 82c8658

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.0.2 (Next)
1+
### 1.0.2
22
- Add Config File config option.
33
- Stricter enforcement of only lint Github Actions config files.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The ActionLint CLI binary executable is required to be installed before using th
1010
All testing is performed with the latest stable version of Pulsar. Any version of Atom or any pre-release version of Pulsar is not supported.
1111

1212
### Usage
13-
- All YAML files located in a directory named `workflows` with a `jobs` key will be linted with this linter. Be aware of this in case you have a non-Actions YAML file with this characteristic. Also be aware of this in case you have a typo for the `jobs` key, since this linter will then not trigger.
13+
- All YAML files with a `jobs` key and located in a directory path `.github/workflows` or `.github\\workflows` will be linted with this linter. Be aware of this in case you have a non-Actions YAML file with this characteristic. Also be aware of this in case the path is incorrect in your project, or you have a typo for the `jobs` key, since this linter will then not trigger.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-github-actions",
33
"main": "./lib/main.js",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Github actions config lint via actionlint",
66
"repository": "https://github.com/mschuchard/linter-github-actions",
77
"license": "MIT",

0 commit comments

Comments
 (0)