Add prettier check in CI

This commit is contained in:
Alex Dima 2021-11-15 11:58:26 +01:00
parent 6c2ce28dc0
commit ab787465b6
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,9 @@ jobs:
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install --prefix monaco-editor-webpack-plugin
- name: Check prettier
run: npm run prettier-check
- name: Build
run: npm run release