Skip to content

Update API to deploy separate endpoints by run ID #10

Update API to deploy separate endpoints by run ID

Update API to deploy separate endpoints by run ID #10

Triggered via pull request April 25, 2024 21:35
Status Failure
Total duration 25s
Artifacts

pre-commit.yaml

on: pull_request
pre-commit
14s
pre-commit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
pre-commit
Process completed with exit code 1.
pre-commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pre-commit: api.R#L160
file=/home/runner/work/api-res-avm/api-res-avm/api.R,line=160,col=11,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
pre-commit: api.R#L176
file=/home/runner/work/api-res-avm/api-res-avm/api.R,line=176,col=11,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
pre-commit: api.R#L190
file=/home/runner/work/api-res-avm/api-res-avm/api.R,line=190,col=81,[line_length_linter] Lines should not be more than 80 characters.
pre-commit: api.R#L192
file=/home/runner/work/api-res-avm/api-res-avm/api.R,line=192,col=13,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.