mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] CI: make formatting check mandatory for ci check
This commit is contained in:
committed by
Géry Debongnie
parent
718c765e3b
commit
7a16449724
@@ -24,4 +24,4 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
- run: npm run prettier
|
- run: npm run check-formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user