Skip to content

Commit

Permalink
Updated to prettier version 4.3 to restore json reformatting function…
Browse files Browse the repository at this point in the history
…atly (#83)

* Updated to prittier version 4.3 to deal with a bug described here:
creyD/prettier_action#91

* Reformatted JSON files

---------

Co-authored-by: Tritium-VLK <Tritium-VLK@users.noreply.github.com>
  • Loading branch information
Tritium-VLK and Tritium-VLK authored Feb 23, 2023
1 parent c7ecca4 commit 990050b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Prettify code
uses: creyD/prettier_action@v4.2
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write BIPs/**/*.json
Expand Down
2 changes: 1 addition & 1 deletion BIPs/BIP-192/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}
}
]
}
}

0 comments on commit 990050b

Please # to comment.