You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author: 'Zhang Nan (zhang_nan_163@163.com)'
3
3
branding:
4
4
icon: user-check
5
5
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.'
7
7
inputs:
8
8
file-extension:
9
9
description: 'file extension that you want to read. such as "config" or "xml". split with comma.'
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@anyone-developer/anyone-validate-xml",
3
-
"version": "0.9.0",
3
+
"version": "0.9.1",
4
4
"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.",
0 commit comments