Skip to content

Commit fbca9ea

Browse files
committed
Add fmt:check
1 parent 574244d commit fbca9ea

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- run: npm i
21-
- run: npx prettier --check .
21+
- run: npm run fmt:check

.nycrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"reporter": [
3-
"html",
4-
"text"
5-
],
2+
"reporter": ["html", "text"],
63
"lines": 98,
74
"branches": "90",
85
"statements": "98"

0 commit comments

Comments
 (0)