ci: add extra formatting step
This commit is contained in:
@@ -27,3 +27,6 @@ jobs:
|
|||||||
tag: ${{ steps.changelog.outputs.tag }}
|
tag: ${{ steps.changelog.outputs.tag }}
|
||||||
name: ${{ steps.changelog.outputs.tag }}
|
name: ${{ steps.changelog.outputs.tag }}
|
||||||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||||
|
|
||||||
|
- name: Fix identation in package.json
|
||||||
|
run: npx prettier --write package.json
|
||||||
Reference in New Issue
Block a user