Commit fbca9ea

Anton Medvedev <anton@medv.io>
2022-06-14 17:45:09
Add fmt:check
1 parent 574244d
Changed files (2)
.github
workflows
.github/workflows/check.yml
@@ -18,4 +18,4 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - run: npm i
-      - run: npx prettier --check .
+      - run: npm run fmt:check
.nycrc
@@ -1,8 +1,5 @@
 {
-  "reporter": [
-    "html",
-    "text"
-  ],
+  "reporter": ["html", "text"],
   "lines": 98,
   "branches": "90",
   "statements": "98"