Skip to content

Commit 3586f20

Browse files
author
nzhang4
committed
update description
1 parent 8469dc6 commit 3586f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: 'Zhang Nan (zhang_nan_163@163.com)'
33
branding:
44
icon: user-check
55
color: green
6-
description: 'This action helps you to validate XML syntax in a specified directory. And write back with formatted content. read file recursively with specified file extensions.'
6+
description: 'This action helps you to validate XML syntax in a specified directory. And write back with formatted content.'
77
inputs:
88
file-extension:
99
description: 'file extension that you want to read. such as "config" or "xml". split with comma.'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anyone-developer/anyone-validate-xml",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "This action helps you to validate XML syntax in a specified directory. And write back with formatted content. read file recursively with specified file extensions.",
55
"main": "index.ts",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)