Make approval of imported entities work & other improvements #1106
lint-pull-requests.yml
on: pull_request_target
Run linters for pull requests
55s
Annotations
2 errors and 6 warnings
src/client/components/pages/parts/recent-import-results.js#L42
Shorthand props must be listed before all other props (react/jsx-sort-props)
|
src/client/components/pages/parts/recent-import-results.js#L42
Unexpected usage of singlequote (jsx-quotes)
|
src/client/components/pages/revision.js#L177
Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)
|
src/client/entity-editor/common/entity-search-field-option.js#L129
'props' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/server/helpers/collectionRouteUtils.js#L22
'log' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/server/routes/register.js#L22
'handler' is defined but never used (@typescript-eslint/no-unused-vars)
|
Run linters for pull requests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters for pull requests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|