Skip to content

feat(docs): Add vale style checker #1623

feat(docs): Add vale style checker

feat(docs): Add vale style checker #1623

Triggered via pull request September 24, 2024 13:23
@merkatamerkata
synchronize #419
feat/add-vale
Status Failure
Total duration 21m 35s
Artifacts 22

workflow_test.yaml

on: pull_request
integration-artifact  /  Plan
6s
integration-artifact / Plan
integration-craft  /  Plan
5s
integration-craft / Plan
integration-juju3  /  Plan
7s
integration-juju3 / Plan
integration-rock-artifact  /  Plan
5s
integration-rock-artifact / Plan
integration-rock  /  Plan
5s
integration-rock / Plan
integration-self-hosted  /  Plan
5s
integration-self-hosted / Plan
integration  /  Plan
8s
integration / Plan
simple  /  Style checker
23s
simple / Style checker
simple-self-hosted  /  Style checker
19s
simple-self-hosted / Style checker
simple-self-hosted  /  Inclusive naming
29s
simple-self-hosted / Inclusive naming
simple-self-hosted  /  Shell scripts lint
16s
simple-self-hosted / Shell scripts lint
simple-self-hosted  /  Dockerfile lint
7s
simple-self-hosted / Dockerfile lint
simple-self-hosted  /  Lint metadata.yaml
9s
simple-self-hosted / Lint metadata.yaml
simple-self-hosted  /  Lint and unit tests
3m 21s
simple-self-hosted / Lint and unit tests
simple-self-hosted  /  Draft publish docs
29s
simple-self-hosted / Draft publish docs
simple-self-hosted  /  Check license headers
42s
simple-self-hosted / Check license headers
simple-self-hosted  /  Check libraries
7s
simple-self-hosted / Check libraries
simple  /  Inclusive naming
7s
simple / Inclusive naming
simple  /  Shell scripts lint
3s
simple / Shell scripts lint
simple  /  Dockerfile lint
7s
simple / Dockerfile lint
simple  /  Lint metadata.yaml
8s
simple / Lint metadata.yaml
simple  /  Lint and unit tests
47s
simple / Lint and unit tests
simple  /  Draft publish docs
19s
simple / Draft publish docs
simple  /  Check license headers
28s
simple / Check license headers
simple  /  Check libraries
5s
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
8s
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
5s
integration-artifact / Plan Image Scanning
Matrix: integration-craft / Integration tests / Integration tests
integration-craft  /  Plan Image Scanning
5s
integration-craft / Plan Image Scanning
Matrix: integration-juju3 / Integration tests / Integration tests
integration-juju3  /  Plan Image Scanning
6s
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
14s
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
4s
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
3s
publish / select-channel
publish  /  Publish charm to latest/edge
1m 5s
publish / Publish charm to latest/edge
publish  /  Draft publish docs
20s
publish / Draft publish docs
publish  /  Release charm libs
4s
publish / Release charm libs
publish-artifact  /  select-channel
4s
publish-artifact / select-channel
publish-artifact  /  Publish charm to latest/edge
1m 15s
publish-artifact / Publish charm to latest/edge
publish-artifact  /  Draft publish docs
19s
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, 15 warnings, and 4 notices
simple-self-hosted / Style checker
Process completed with exit code 127.
check
Process completed with exit code 1.
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`
simple / Check libraries
No lib folder detected. Skipping action.
simple-self-hosted / 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-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 / 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 / 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.

Artifacts

Produced during runtime
Name Size
2024-09-24T13-23-39-8029__build__output__charm__test-upload
6.1 MB
2024-09-24T13-23-39-8029__build__output__docker-image__test
241 Bytes
2024-09-24T13-23-39-8029__plan
370 Bytes
2024-09-24T13-23-39-8b7c__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T13-23-39-8b7c__build__output__rock__test
45.5 MB
2024-09-24T13-23-39-8b7c__plan
350 Bytes
2024-09-24T13-23-39-b209__test-upload-artifact__build__output__charm__test-upload
6.1 MB
2024-09-24T13-23-39-b209__test-upload-artifact__build__output__docker-image__test
128 MB
2024-09-24T13-23-39-b209__test-upload-artifact__plan
370 Bytes
2024-09-24T13-23-39-b408__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T13-23-39-b408__build__output__rock__test
249 Bytes
2024-09-24T13-23-39-b408__plan
361 Bytes
2024-09-24T13-23-39-b57a__build__output__charm__integration-test-charm-1
6.09 MB
2024-09-24T13-23-39-b57a__build__output__rock__test
249 Bytes
2024-09-24T13-23-39-b57a__plan
361 Bytes
2024-09-24T13-23-41-9fa1__build__output__charm__test-upload
6.1 MB
2024-09-24T13-23-41-9fa1__build__output__docker-image__test
241 Bytes
2024-09-24T13-23-41-9fa1__plan
369 Bytes
2024-09-24T13-23-41-bca7__test-upload__build__output__charm__test-upload
6.1 MB
2024-09-24T13-23-41-bca7__test-upload__build__output__docker-image__test
241 Bytes
2024-09-24T13-23-41-bca7__test-upload__plan
372 Bytes
report
537 Bytes