Docker node command generation fail
tsuyoshicho opened this issue · 2 comments
tsuyoshicho commented
test PR
tsuyoshicho/action-test-repo#2
log
https://github.com/tsuyoshicho/action-test-repo/pull/2/checks?check_run_id=601455310
eviewdog/action-eslint@v1
with:
github_token: ***
reporter: github-pr-check
eslint_flags: testdata/
level: error
/usr/bin/docker run --name c1aadeaacda10054721bdd114b2d094496b_a71af1 --label 430c1a --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_REPORTER -e INPUT_ESLINT_FLAGS -e INPUT_LEVEL -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/action-test-repo/action-test-repo":"/github/workspace" 430c1a:adeaacda10054721bdd114b2d094496b
npm WARN saveError ENOENT: no such file or directory, open '/github/workspace/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/github/workspace/package.json'
npm WARN workspace No description
npm WARN workspace No repository field.
npm WARN workspace No README data
npm WARN workspace No license field.
up to date in 0.375s
found 0 vulnerabilities
/entrypoint.sh: line 11: /github/workspace/node_modules/.bin/eslint: not found
/entrypoint.sh: line 20: /github/workspace/node_modules/.bin/eslint: not found
2020/04/20 10:33:44 [eslint] reported: https://github.com/tsuyoshicho/action-test-repo/runs/601456385
Take a look at the relevant issue
tsuyoshicho/action-textlint#37
This problem resolving PR
tsuyoshicho/action-textlint#38
tsuyoshicho commented
@haya14busa san,
Please review it.