Skip to content

Added editorial style guide checking. #1230

Added editorial style guide checking.

Added editorial style guide checking. #1230

Triggered via pull request October 21, 2024 15:09
@dblockdblock
synchronize #620
dblock:vale
Status Failure
Total duration 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
lint: tools/src/vale/OpenApiValer.ts#L12
'_' is defined but never used
lint: tools/src/vale/OpenApiValer.ts#L15
Unknown word: "Valer"
lint: tools/src/vale/vale.ts#L13
Unknown word: "Valer"
lint: tools/src/vale/vale.ts#L24
Unknown word: "valer"
lint: tools/src/vale/vale.ts#L24
Unknown word: "Valer"
lint: tools/src/vale/vale.ts#L26
Unknown word: "valer"
lint: tools/src/vale/vale.ts#L26
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/