changelog checker #324
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
Lint workflows
/
Lint workflows
4s
Build, lint, and test
/
lint
29s
Build, lint, and test
/
test
20s
Test checkout-and-setup
/
test-high-risk-without-prep-deps
30s
Test checkout-and-setup
/
test-low-risk-without-prep-deps
20s
Test checkout-and-setup
/
test-no-input
4s
Test checkout-and-setup
/
test-bad-input-string
3s
Test checkout-and-setup
/
test-bad-input-number
3s
Test checkout-and-setup
/
test-do-not-checkout-twice
19s
Test checkout-and-setup
/
prep-deps
22s
Test checkout-and-setup
/
test-high-risk-after-prep-deps
27s
Test checkout-and-setup
/
test-low-risk-after-prep-deps
10s
Test checkout-and-setup
/
test-high-risk-string
28s
Test checkout-and-setup
/
test-low-risk-string
9s
All jobs pass
0s
Annotations
17 errors
|
Test checkout-and-setup / test-bad-input-number
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|
|
Test checkout-and-setup / test-bad-input-number
Process completed with exit code 1.
|
|
Test checkout-and-setup / test-bad-input-string
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|
|
Test checkout-and-setup / test-bad-input-string
Process completed with exit code 1.
|
|
Test checkout-and-setup / test-no-input
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|
|
Test checkout-and-setup / test-no-input
Process completed with exit code 1.
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L1
'node-fetch' should be listed in the project's dependencies. Run 'npm i -S node-fetch' to add it
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L1
'fetch' is already a global variable
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L1
"node-fetch" is extraneous
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L2
`@metamask/auto-changelog` import should occur before import of `node-fetch`
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L23
Replace `'Authorization'` with `Authorization`
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L25
Expected property shorthand
|
|
|
|
|
|
|
|
Build, lint, and test / lint:
src/changelog-check.ts#L43
Missing JSDoc @returns declaration
|
|
All jobs pass
Process completed with exit code 1.
|