mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-09 19:43:24 +08:00
Allow non-root container (#264)
* Allow non-root container * format * add lint:fix and fix lint errors * fix tests and volume mounts
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint packages/**/*.ts",
|
||||
"lint:fix": "eslint packages/**/*.ts --fix",
|
||||
"build-all": "npm run build --prefix packages/hooklib && npm run build --prefix packages/k8s && npm run build --prefix packages/docker"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user