ci: udpate lint & format & release workflows

This commit is contained in:
Ritesh Ghosh
2025-05-12 00:24:48 +05:30
parent 05557c3e34
commit 3281144ef3
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -11,6 +11,14 @@ jobs:
- name: Checkouts repo
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install deps
run: npm i
- name: Conventional changelog action
id: changelog
uses: TriPSs/conventional-changelog-action@v5
@@ -29,4 +37,4 @@ jobs:
body: ${{ steps.changelog.outputs.clean_changelog }}
- name: Fix identation in package.json
run: npx prettier --write package.json
run: prettier --write package.json