mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
feat: add CI checks using GitHub actions
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
"typecheck": "tsc",
|
||||
"healthcheck": "npm run typecheck && npm run lint:check",
|
||||
"lint:check": "./node_modules/.bin/eslint ./app",
|
||||
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix",
|
||||
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.cjs --fix",
|
||||
"format:check": "./node_modules/.bin/prettier --check ./app",
|
||||
"format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write ./app"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user