Skip to content

feat: integrate plugins system #2649

feat: integrate plugins system

feat: integrate plugins system #2649

Triggered via pull request October 18, 2023 15:10
Status Failure
Total duration 1m 45s
Artifacts

lint.yml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint (20)
Exported variable 'useExecutorsPlugin' has or is using name 'ExecutorsSlice' from external module "/home/runner/work/testkube-dashboard/testkube-dashboard/packages/web/src/store/executors" but cannot be named.
Lint (20)
Default export of the module has or is using private name 'ExecutorsSlice'.
Lint (20)
Exported variable 'useSourcesPlugin' has or is using name 'SourcesSlice' from external module "/home/runner/work/testkube-dashboard/testkube-dashboard/packages/web/src/store/sources" but cannot be named.
Lint (20)
Default export of the module has or is using private name 'SourcesSlice'.
Lint (20)
Exported variable 'useTestsPlugin' has or is using name 'ExecutorsSlice' from external module "/home/runner/work/testkube-dashboard/testkube-dashboard/packages/web/src/store/executors" but cannot be named.
Lint (20)
Exported variable 'useTestsPlugin' has or is using name 'TestSuitesSlice' from external module "/home/runner/work/testkube-dashboard/testkube-dashboard/packages/web/src/store/testSuites" but cannot be named.
Lint (20)
Exported variable 'useTestsPlugin' has or is using name 'TestsSlice' from external module "/home/runner/work/testkube-dashboard/testkube-dashboard/packages/web/src/store/tests" but cannot be named.
Lint (20)
Default export of the module has or is using private name 'ExecutorsSlice'.
Lint (20)
Default export of the module has or is using private name 'TestSuitesSlice'.
Lint (20)
Default export of the module has or is using private name 'TestsSlice'.
Lint (20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/