feat(lint): add changie validation job to lint action #323
lint.yml
on: pull_request
lint
19s
changie-validation
5s
Annotations
5 errors, 1 warning, and 1 notice
actionlint(expression):
.github/workflows/lint.yml#L81
[new] "github.head_ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details
|
yamllint(new-line-at-end-of-file):
.github/workflows/lint.yml#L135
[new] no new line character at the end of file
|
prettier:
.github/workflows/lint.yml#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
prettier:
README.md#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
lint
Process completed with exit code 1.
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
markdownlint(MD013):
README.md#L43
[new] Line length
|