Add Step API. #1404
Annotations
15 errors and 2 warnings
NoUnused.Variables: Imported module `BackendTask.Custom` is not used:
src/Pages/Script.elm#L39
You should either use this value somewhere, or remove it at the location I
pointed at.
|
|
|
NoUnused.Patterns: Value `string` is not used:
src/Pages/Script/Spinner.elm#L281
You should either use this value somewhere or replace it with '_'.
|
NoUnused.Parameters: Parameter `options_` is not used:
src/Pages/Script/Spinner.elm#L84
You should either use this parameter somewhere, or remove it at the location I
pointed at.
|
NoUnused.Modules: Module `Pages.Script.Spinner` is never used.:
src/Pages/Script/Spinner.elm#L1
This module is never used. You may want to remove it to keep your project clean,
and maybe detect some unused code in your project.
|
NoUnused.Exports: Module `Pages.Script.Spinner` is never used.:
src/Pages/Script/Spinner.elm#L1
This module is never used. You may want to remove it to keep your project clean,
and maybe detect some unused code in your project.
|
NoUnused.CustomTypeConstructors: Type constructor `Custom` is not used.:
src/Pages/Script/Spinner.elm#L16
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.
|
NoUnused.CustomTypeConstructors: Type constructor `Info` is not used.:
src/Pages/Script/Spinner.elm#L15
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.
|
NoUnused.CustomTypeConstructors: Type constructor `Warn` is not used.:
src/Pages/Script/Spinner.elm#L14
This type constructor is never used. It might be handled everywhere it might
appear, but there is no location where this value actually gets created.
|
main
Path does not exist /home/runner/work/elm-pages/elm-pages/cypress/videos
|
main
Exit code 1 returned from process: file name '/home/runner/runners/2.313.0/bin/Runner.PluginHost', arguments 'action "GitHub.Runner.Plugins.Artifact.PublishArtifact, Runner.Plugins"'.
|
main
Path does not exist /home/runner/work/elm-pages/elm-pages/cypress/screenshots
|
main
Exit code 1 returned from process: file name '/home/runner/runners/2.313.0/bin/Runner.PluginHost', arguments 'action "GitHub.Runner.Plugins.Artifact.PublishArtifact, Runner.Plugins"'.
|
main
Process completed with exit code 1.
|
main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, sparksp/elm-review-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, sparksp/elm-review-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/
|