[BUG] [MER-2861] [HW: Intro 3 has a case sensitive trap state] | [MER-2868] [Advanced Author Bug - Opening lesson in Edit Mode] #5167
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
Check simon-bot access token
0s
Elixir build and test
7m 56s
TypeScript build and test
6m 20s
Auto format and lint
0s
Annotations
11 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/
|
Elixir build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Elixir build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Elixir build and test:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Elixir build and test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Elixir build and test
use Bitwise is deprecated. import Bitwise instead
|
Elixir build and test
use Bitwise is deprecated. import Bitwise instead
|
Elixir build and test
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Elixir build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Elixir build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Elixir build and test
use Bitwise is deprecated. import Bitwise instead
|