We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6da14d commit 8e3a3a6Copy full SHA for 8e3a3a6
.github/workflows/main.yaml
@@ -36,4 +36,4 @@ jobs:
36
summary-report: true
37
failed-report: true
38
env:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -9,7 +9,7 @@
9
"homepage": "https://ctrf.io",
10
"main": "dist/index.js",
11
"scripts": {
12
- "build": "tsc && eslint . && prettier --check .",
+ "build": "tsc && eslint . && prettier --write .",
13
"test": "vitest",
14
"test:ci": "vitest --watch=false",
15
"lint": "eslint . && prettier --check ."
0 commit comments