ci: add extra formatting step

This commit is contained in:
Ritesh Ghosh
2025-05-12 00:21:07 +05:30
parent 9ec9efe1af
commit 15846871fd
+3
View File
@@ -27,3 +27,6 @@ jobs:
tag: ${{ steps.changelog.outputs.tag }}
name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
- name: Fix identation in package.json
run: npx prettier --write package.json