Skip to content

Commit

Permalink
Another try prettier actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JLambertazzo committed Feb 16, 2022
1 parent 6c3b2a6 commit 58359b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Format Code
# This action works with pull requests and pushes
on:
pull_request:
branches: [ master ]
branches: [master]
push:
branches: [ master ]
branches: [master]

jobs:
prettier:
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore artifacts:
node_modules
lib/ListExtender.min.js
**/*.html
**/*.html
.github
4 changes: 2 additions & 2 deletions lib/ListExtender.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
// following are available, but no reason to be used so are not listed in documentation
this.inputChecks = [];
this.attr = {
type: 'text',
placeholder: '',
type: "text",
placeholder: "",
};

this.element.addEventListener("focusout", (event) => {
Expand Down

0 comments on commit 58359b8

Please sign in to comment.