Skip to content

Add crawler

Add crawler #17

Triggered via pull request June 22, 2024 14:55
Status Failure
Total duration 3m 8s
Artifacts

ci_core.yaml

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

Annotations

1 error and 3 warnings
Test on OTP 26.2.5 / Elixir 1.17.1
Process completed with exit code 1.
Test on OTP 26.2.5 / Elixir 1.17.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 26.2.5 / Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test on OTP 26.2.5 / Elixir 1.17.1
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it