[ENHANCEMENT] [MER-3991] Display Nested CAPI Properties in Rule Editor and Config Modal #6852
Triggered via pull request
November 26, 2024 09:48
Status
Success
Total duration
13m 14s
Artifacts
–
build.yml
on: pull_request
Check simon-bot access token
0s
Elixir build and test
13m 4s
TypeScript build and test
6m 24s
Auto format and lint
0s
Annotations
6 warnings
TypeScript build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
TypeScript build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Elixir 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/
|
Elixir build and test
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
|
Elixir build and test
~R/.../ is deprecated, use ~r/.../ instead
|
Elixir 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
|