mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-10 02:21:52 +00:00
Add prettier check to CI (#1999)
* Add prettier check to CI * Run prettier:format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user