Skip to content

Remove redundant call of usage message #524

Remove redundant call of usage message

Remove redundant call of usage message #524

Triggered via pull request November 9, 2024 20:28
Status Success
Total duration 34s
Artifacts

elixir.yml

on: pull_request
Build and test
27s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test: test/onigumo_downloader_test.exs#L9
0..-1 has a default step of -1, please write 0..-1//-1 instead
Build and test
negative steps are not supported in Enum.slice/2, pass 0..-1//1 instead