Skip to content

Merge pull request #455 from miniBill/absolute-file-write #1408

Merge pull request #455 from miniBill/absolute-file-write

Merge pull request #455 from miniBill/absolute-file-write #1408

Triggered via push March 11, 2024 14:21
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.
Docs.ReviewAtDocs: Missing @docs reference for exposed `sleep`: src/Pages/Script.elm#L7
There is no @docs reference for this element. Maybe you exposed or renamed it recently. Please add a @docs reference to it the module documentation (the one at the top of the module) like this: {-| @docs sleep -}
Docs.ReviewAtDocs: Missing @docs reference for exposed `doThen`: src/Pages/Script.elm#L7
There is no @docs reference for this element. Maybe you exposed or renamed it recently. Please add a @docs reference to it the module documentation (the one at the top of the module) like this: {-| @docs doThen -}
NoUnused.Patterns: Value `string` is not used: src/Pages/Script/Spinner.elm#L301
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.314.1/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.314.1/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/