Skip to content

feat(docs): Add vale style checker #1620

feat(docs): Add vale style checker

feat(docs): Add vale style checker #1620

Triggered via pull request September 24, 2024 10:47
@merkatamerkata
synchronize #419
feat/add-vale
Status Failure
Total duration 43m 42s
Artifacts 22

workflow_test.yaml

on: pull_request
integration-artifact  /  Plan
7s
integration-artifact / Plan
integration-craft  /  Plan
6s
integration-craft / Plan
integration-juju3  /  Plan
6s
integration-juju3 / Plan
integration-rock-artifact  /  Plan
6s
integration-rock-artifact / Plan
integration-rock  /  Plan
7s
integration-rock / Plan
integration-self-hosted  /  Plan
5s
integration-self-hosted / Plan
integration  /  Plan
5s
integration / Plan
simple  /  Style checker
14s
simple / Style checker
simple-self-hosted  /  Style checker
19s
simple-self-hosted / Style checker
simple-self-hosted  /  Inclusive naming
27s
simple-self-hosted / Inclusive naming
simple-self-hosted  /  Shell scripts lint
15s
simple-self-hosted / Shell scripts lint
simple-self-hosted  /  Dockerfile lint
17s
simple-self-hosted / Dockerfile lint
simple-self-hosted  /  Lint metadata.yaml
15s
simple-self-hosted / Lint metadata.yaml
simple-self-hosted  /  Lint and unit tests
1m 57s
simple-self-hosted / Lint and unit tests
simple-self-hosted  /  Draft publish docs
56s
simple-self-hosted / Draft publish docs
simple-self-hosted  /  Check license headers
1m 3s
simple-self-hosted / Check license headers
simple-self-hosted  /  Check libraries
16s
simple-self-hosted / Check libraries
simple  /  Inclusive naming
10s
simple / Inclusive naming
simple  /  Shell scripts lint
4s
simple / Shell scripts lint
simple  /  Dockerfile lint
5s
simple / Dockerfile lint
simple  /  Lint metadata.yaml
6s
simple / Lint metadata.yaml
simple  /  Lint and unit tests
43s
simple / Lint and unit tests
simple  /  Draft publish docs
18s
simple / Draft publish docs
simple  /  Check license headers
29s
simple / Check license headers
simple  /  Check libraries
4s
simple / Check libraries
Matrix: integration-artifact / build
Matrix: integration-craft / build
Matrix: integration-juju3 / build
Matrix: integration-rock-artifact / build
Matrix: integration-rock / build
Matrix: integration-self-hosted / build
Matrix: integration / build
simple-self-hosted  /  Required Test Status Checks
6s
simple-self-hosted / Required Test Status Checks
simple  /  Required Test Status Checks
0s
simple / Required Test Status Checks
Matrix: integration-artifact / Integration tests / Integration tests
integration-artifact  /  Plan Image Scanning
10s
integration-artifact / Plan Image Scanning
Matrix: integration-craft / Integration tests / Integration tests
integration-craft  /  Plan Image Scanning
4s
integration-craft / Plan Image Scanning
Matrix: integration-juju3 / Integration tests / Integration tests
integration-juju3  /  Plan Image Scanning
3s
integration-juju3 / Plan Image Scanning
Matrix: integration-rock-artifact / Integration tests / Integration tests
integration-rock-artifact  /  Plan Image Scanning
3s
integration-rock-artifact / Plan Image Scanning
Matrix: integration-rock / Integration tests / Integration tests
integration-rock  /  Plan Image Scanning
4s
integration-rock / Plan Image Scanning
Matrix: integration-self-hosted / Integration tests / Integration tests
integration-self-hosted  /  Plan Image Scanning
2s
integration-self-hosted / Plan Image Scanning
Matrix: integration / Integration tests / Integration tests
integration  /  Plan Image Scanning
3s
integration / Plan Image Scanning
integration-artifact  /  Required Integration Test Status Checks
0s
integration-artifact / Required Integration Test Status Checks
Matrix: integration-artifact / scan
integration-craft  /  Required Integration Test Status Checks
0s
integration-craft / Required Integration Test Status Checks
Matrix: integration-craft / scan
integration-juju3  /  Required Integration Test Status Checks
0s
integration-juju3 / Required Integration Test Status Checks
Matrix: integration-juju3 / scan
integration-rock-artifact  /  Required Integration Test Status Checks
0s
integration-rock-artifact / Required Integration Test Status Checks
Matrix: integration-rock-artifact / scan
integration-rock  /  Required Integration Test Status Checks
0s
integration-rock / Required Integration Test Status Checks
Matrix: integration-rock / scan
integration-self-hosted  /  Required Integration Test Status Checks
0s
integration-self-hosted / Required Integration Test Status Checks
Matrix: integration-self-hosted / scan
integration  /  Required Integration Test Status Checks
0s
integration / Required Integration Test Status Checks
Matrix: integration / scan
publish  /  select-channel
2s
publish / select-channel
publish  /  Publish charm to latest/edge
1m 18s
publish / Publish charm to latest/edge
publish  /  Draft publish docs
15s
publish / Draft publish docs
publish  /  Release charm libs
6s
publish / Release charm libs
publish-artifact  /  select-channel
8s
publish-artifact / select-channel
publish-artifact  /  Publish charm to latest/edge
1m 26s
publish-artifact / Publish charm to latest/edge
publish-artifact  /  Draft publish docs
21s
publish-artifact / Draft publish docs
publish-artifact  /  Release charm libs
6s
publish-artifact / Release charm libs
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 18 warnings, and 4 notices
simple-self-hosted / Style checker
Process completed with exit code 127.
check
Process completed with exit code 1.
simple / Check libraries
No lib folder detected. Skipping action.
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L4
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
simple / Style checker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
simple / Style checker
User-specified path (./docs) is invalid; falling back to 'all'.
simple / Check license headers
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
simple-self-hosted / Style checker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L4
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
simple-self-hosted / Check libraries
No lib folder detected. Skipping action.
simple-self-hosted / Check license headers
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
publish / Publish charm to latest/edge
No resources were uploaded as part of this build. If you wish to upload the OCI image, set 'upload-image' to 'true'
publish / Release charm libs
Charm test-upload has no own libs. Skipping action.
publish-artifact / Publish charm to latest/edge
No resources were uploaded as part of this build. If you wish to upload the OCI image, set 'upload-image' to 'true'
publish-artifact / Release charm libs
Charm test-upload has no own libs. Skipping action.
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Delete the apt-get lists after installing something
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Avoid additional packages by specifying `--no-install-recommends`
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Delete the apt-get lists after installing something
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Avoid additional packages by specifying `--no-install-recommends`

Artifacts

Produced during runtime
Name Size
2024-09-24T10-47-45-8cae__build__output__charm__test-upload
6.1 MB
2024-09-24T10-47-45-8cae__build__output__docker-image__test
241 Bytes
2024-09-24T10-47-45-8cae__plan
369 Bytes
2024-09-24T10-47-45-9137__build__output__charm__test-upload
6.1 MB
2024-09-24T10-47-45-9137__build__output__docker-image__test
241 Bytes
2024-09-24T10-47-45-9137__plan
370 Bytes
2024-09-24T10-47-45-a057__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T10-47-45-a057__build__output__rock__test
249 Bytes
2024-09-24T10-47-45-a057__plan
361 Bytes
2024-09-24T10-47-50-8092__test-upload-artifact__build__output__charm__test-upload
6.1 MB
2024-09-24T10-47-50-8092__test-upload-artifact__build__output__docker-image__test
128 MB
2024-09-24T10-47-50-8092__test-upload-artifact__plan
371 Bytes
2024-09-24T10-47-50-815f__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T10-47-50-815f__build__output__rock__test
45.5 MB
2024-09-24T10-47-50-815f__plan
350 Bytes
2024-09-24T10-47-50-87eb__test-upload__build__output__charm__test-upload
6.1 MB
2024-09-24T10-47-50-87eb__test-upload__build__output__docker-image__test
241 Bytes
2024-09-24T10-47-50-87eb__test-upload__plan
372 Bytes
2024-09-24T10-47-50-a181__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T10-47-50-a181__build__output__rock__test
249 Bytes
2024-09-24T10-47-50-a181__plan
362 Bytes
report
539 Bytes