mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
Update deploy.yml => add prettier (#772)
* Update deploy.yml Add the npm run prettier command action to every push request * Update deploy.yml
This commit is contained in:
@@ -23,4 +23,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm run test
|
||||||
|
- run: npm run prettier
|
||||||
|
|||||||
Reference in New Issue
Block a user