We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56162 commit cda163dCopy full SHA for cda163d
README.md
@@ -12,7 +12,7 @@ Basic usage with all options enabled:
12
13
```yaml
14
- name: markdownlint-cli
15
- uses: nosborn/github-action-markdown-cli@v3.4.0
+ uses: nosborn/github-action-markdown-cli@v3.5.0
16
with:
17
files: .
18
config_file: .markdownlint.yaml
package.json
@@ -4,5 +4,5 @@
4
},
5
"name": "github-action-markdown-cli",
6
"private": true,
7
- "version": "3.4.0"
+ "version": "3.5.0"
8
}
0 commit comments