mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Add prettier check in CI
This commit is contained in:
parent
6c2ce28dc0
commit
ab787465b6
2 changed files with 4 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue