add prettier to CI
parent
2d8a122fe2
commit
06c52cb09a
|
@ -29,5 +29,7 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
|
- name: run Prettier
|
||||||
|
run: npx prettier --check .
|
||||||
- name: Run npm
|
- name: Run npm
|
||||||
run: npm install && npm run build
|
run: npm install && npm run build
|
||||||
|
|
Loading…
Reference in New Issue