Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli committed Oct 27, 2019
1 parent 97673f2 commit 0130521
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"tabWidth": 4,
"printWidth": 120,
"semi": true,
"singleQuote": false
"singleQuote": false,
"overrides": [
{
"files": ["*.yml"],
"options": {
"tabWidth": 2,
"singleQuote": true
}
}
]
}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Danger action'
description: 'Run danger, unofficial action'
description: 'Run danger'
author: 'MeilCli'
branding:
icon: zap
Expand Down

0 comments on commit 0130521

Please sign in to comment.