Skip to content

docs: fix offset formatting in OpenAPI spec (#1528) #126

docs: fix offset formatting in OpenAPI spec (#1528)

docs: fix offset formatting in OpenAPI spec (#1528) #126

Triggered via push August 19, 2024 13:02
Status Success
Total duration 1m 59s
Artifacts

elixir_tests.yml

on: push
Build and test
1m 46s
Build and test
Check formatting
16s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: 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
Cache save failed.
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
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