Skip to content

Avoid warnings on latest Elixir #25

Avoid warnings on latest Elixir

Avoid warnings on latest Elixir #25

Triggered via push November 8, 2023 13:54
Status Success
Total duration 41s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test (1.6.6, 20.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.6.6, 20.3): test/helpers/word_list_lexer.ex#L40
module attribute @impl was not set for function root_element/1 callback (specified in Makeup.Lexer). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback
test (1.6.6, 20.3): test/helpers/word_list_lexer.ex#L33
module attribute @impl was not set for function root/1 callback (specified in Makeup.Lexer). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback
test (1.13.3, 24.2.1, lint)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/