GitHub Actions周りの整備 #3
pull_request.yml
on: pull_request
lint-api-rubocop
45s
lint-api-brakeman
48s
lint-api-bundle-audit
41s
lint-ui-yarn
2m 6s
build-api
2m 0s
build-ui
0s
Annotations
10 errors and 16 warnings
lint-ui-yarn:
ui/components/misc/Navigation.vue#L12
Replace `color:·#1a1a1a;·font-weight:·700;·font-size:·22px;·line-height:·1;·letter-spacing:·-1px;·margin:·auto·10px·auto·5px;` with `⏎··········color:·#1a1a1a;⏎··········font-weight:·700;⏎··········font-size:·22px;⏎··········line-height:·1;⏎··········letter-spacing:·-1px;⏎··········margin:·auto·10px·auto·5px;⏎········`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L13
Replace `NETCON` with `⏎········NETCON⏎······`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L18
Replace `⏎······style="font-weight:·bold;·margin:·auto·8px·8px·0px"⏎····` with `·style="font-weight:·bold;·margin:·auto·8px·8px·0px"`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L21
Replace `·href="https://www.aten.com/jp/ja/"·class="mr-1·px-0"·tile·text·height="48px"` with `⏎······href="https://www.aten.com/jp/ja/"⏎······class="mr-1·px-0"⏎······tile⏎······text⏎······height="48px"⏎····`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L28
Replace `·href="https://www.exfo.com/"·class="mr-1·px-0"·tile·text·height="48px"` with `⏎······href="https://www.exfo.com/"⏎······class="mr-1·px-0"⏎······tile⏎······text⏎······height="48px"⏎····`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L35
Replace `·href="https://www.seikoh-giken.co.jp/"·class="mr-1·px-0"·tile·text·height="48px"` with `⏎······href="https://www.seikoh-giken.co.jp/"⏎······class="mr-1·px-0"⏎······tile⏎······text⏎······height="48px"⏎····`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L42
Replace `·href="https://www.haradacorp.co.jp/business/aif-infra/"·class="mr-1·px-0"·tile·text·height="48px"` with `⏎······href="https://www.haradacorp.co.jp/business/aif-infra/"⏎······class="mr-1·px-0"⏎······tile⏎······text⏎······height="48px"⏎····`
|
lint-ui-yarn:
ui/components/misc/Navigation.vue#L49
Replace `·href="https://www.furukawa.co.jp/"·class="mr-1·px-0"·tile·text·height="48px"` with `⏎······href="https://www.furukawa.co.jp/"⏎······class="mr-1·px-0"⏎······tile⏎······text⏎······height="48px"⏎····`
|
lint-ui-yarn:
ui/components/problems/Attention.vue#L14
Replace `手動採点の場合はベストエフォートで採点をしています。夜間は手動採点をしていません。` with `⏎··········手動採点の場合はベストエフォートで採点をしています。夜間は手動採点をしていません。⏎········`
|
lint-ui-yarn:
ui/components/problems/ProblemCardPlayer.vue#L83
Replace `this.problem.environments.filter((env)·=>·env.status·==·"UNDER_CHALLENGE").length·>·0` with `(⏎········this.problem.environments.filter(⏎··········(env)·=>·env.status·==·'UNDER_CHALLENGE'⏎········).length·>·0⏎······)`
|
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-rubocop
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-ui-yarn
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-ui-yarn:
ui/components/problems/id/DetailsPanel.vue#L32
Attribute "v-if" should go before "class"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L8
Attribute "v-if" should go before "@click"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L9
Attribute "width" should go before "@click"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L17
Attribute "v-if" should go before "@click"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L18
Attribute "width" should go before "@click"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L25
Attribute "v-if" should go before "disabled"
|
lint-ui-yarn:
ui/components/problems/id/ProblemEnvironmentOperation.vue#L166
The "watch" property should be above the "methods" property on line 152
|
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
|