Update linters #1
lint.yml Required
on: pull_request
Lint (Initialize)
5s
Matrix: lint
Annotations
7 errors and 2 warnings
|
Lint (yaml)
Process completed with exit code 123.
|
|
Lint (yaml):
.github/workflows/integration.yml#L63
63:14 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/integration.yml#L50
50:14 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (shell)
Process completed with exit code 123.
|
|
Lint (github)
Process completed with exit code 1.
|
|
Lint (github):
.github/workflows/integration.yml#L63
.github/workflows/integration.yml@63 property "token" is not defined in object type {secrets: string}
```
run: echo '${{ steps.secrets-encoded.outputs.token }}${{ steps.secrets-encoded.outputs.password }}${{ steps.secrets-encoded.outputs.regional }}'
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
Lint (github):
.github/workflows/integration.yml#L50
.github/workflows/integration.yml@50 property "token" is not defined in object type {secrets: string}
```
run: echo '${{ steps.secrets.outputs.token }}${{ steps.secrets.outputs.password }}${{ steps.secrets.outputs.regional }}'
^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
Lint (shell):
bin/runTests.sh#L19
Double quote to prevent globbing and word splitting. [SC2086]
|
|
Lint (github)
Cache save failed.
|