Add prettier check to CI (#1999)

* Add prettier check to CI

* Run prettier:format
This commit is contained in:
Steven
2022-09-06 09:09:45 +02:00
committed by GitHub
parent d5c94b6f57
commit 4c2307ab4b
10 changed files with 56 additions and 38 deletions
+4
View File
@@ -25,5 +25,9 @@ jobs:
npm install
npm run test
- name: Run Prettier
run: |
npm run prettier:check:ci
- name: Code Coverage
uses: codecov/codecov-action@v1