GitHub Actions周りの整備 #15
pull_request.yaml
on: pull_request
lint-api-rubocop
43s
lint-api-brakeman
40s
lint-api-bundle-audit
39s
lint-ui-yarn
13s
build-api
47s
build-ui
44s
Annotations
4 errors and 9 warnings
lint-ui-yarn
Process completed with exit code 1.
|
lint-api-bundle-audit
Process completed with exit code 1.
|
lint-api-rubocop
Process completed with exit code 1.
|
build-ui
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1
|
lint-api-bundle-audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-api-brakeman
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-api-rubocop
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-ui
Process "docker run" closed with code 1
|
Legacy key/value format with whitespace separator should not be used:
api/Dockerfile#L3
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
api/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
api/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
api/Dockerfile#L9
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
build-api
Process "docker run" closed with code 1
|