1
0
mirror of https://github.com/actions/labeler synced 2026-05-10 18:51:02 +02:00

Fix review points

This commit is contained in:
IvanZosimov
2022-12-20 16:53:03 +01:00
parent ce7f13552d
commit 55e1958307
6 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
"build": "tsc && ncc build lib/main.js",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "",
"lint": "echo \"Fake command that does nothing. It is used in reusable workflows\"",
"test": "jest"
},
"repository": {