Add linters #143
unit.yml
on: pull_request
lint
/
Lint (GitHub Actions)
9s
lint
/
Lint (Shell)
11s
lint
/
Lint (YAML)
6s
Matrix: unit
Annotations
14 errors, 1 warning, and 2 notices
|
lint / Lint (YAML):
tests/fixtures/skaffold.yaml#L20
20:1 [indentation] wrong indentation: expected 2 but found 0
|
|
lint / Lint (YAML):
tests/fixtures/gha-test-app.yaml#L23
23:7 [indentation] wrong indentation: expected 8 but found 6
|
|
lint / Lint (YAML):
tests/fixtures/clouddeploy.yaml.template#L25
25:13 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (YAML):
tests/fixtures/clouddeploy.yaml.template#L24
24:1 [document-start] found forbidden document start "---"
|
|
lint / Lint (YAML):
tests/fixtures/clouddeploy.yaml.template#L22
22:3 [indentation] wrong indentation: expected 4 but found 2
|
|
lint / Lint (YAML):
action.yml#L121
121:7 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (YAML):
action.yml#L116
116:7 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (YAML):
action.yml#L16
16:9 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (YAML):
action.yml#L15
15:7 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (YAML):
.github/workflows/integration.yml#L27
27:9 [quoted-strings] string value is not quoted with single quotes
|
|
lint / Lint (GitHub Actions)
Process completed with exit code 1.
|
|
lint / Lint (GitHub Actions):
.github/workflows/integration.yml#L72
.github/workflows/integration.yml@72 shellcheck reported issue in this script: SC2086:info:1:69: Double quote to prevent globbing and word splitting
```
run: 'gcloud deploy apply --file=tests/fixtures/clouddeploy.yaml --region=${REGION}'
^~~~
```
|
|
lint / Lint (GitHub Actions):
.github/workflows/integration.yml#L37
.github/workflows/integration.yml@37 shellcheck reported issue in this script: SC2086:info:1:72: Double quote to prevent globbing and word splitting
```
run: |-
^~~~
```
|
|
lint / Lint (Shell)
Process completed with exit code 123.
|
|
lint / Lint (Shell)
Cache save failed.
|
|
unit (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
unit (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|