Skip to content

feat(sync-service): Encode JSON encode on write rather than read #22

feat(sync-service): Encode JSON encode on write rather than read

feat(sync-service): Encode JSON encode on write rather than read #22

Triggered via pull request August 7, 2024 09:11
Status Success
Total duration 1m 40s
Artifacts

elixir_tests.yml

on: pull_request
Build and test
1m 30s
Build and test
Check formatting
17s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Build and test
The following actions uses Node.js version which is deprecated 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
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