Skip to content

Decode single frame #105

Decode single frame

Decode single frame #105

Triggered via push January 19, 2024 16:10
Status Failure
Total duration 43s
Artifacts

ci.yml

on: push
Matrix: lint
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
lint OTP 25 / Elixir 1.14
Process completed with exit code 4.
test-linux-x86-64 OTP 25 / Elixir 1.14
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-linux-x86-64 OTP 25 / Elixir 1.14: test/decoder_test.exs#L171
module attribute @vp8_frame was set but never used
lint OTP 25 / Elixir 1.14
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/
lint OTP 25 / Elixir 1.14
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
lint OTP 25 / Elixir 1.14: lib/decoder.ex#L1
Modules should have a @moduledoc tag.