Skip to content

[FEATURE] [MER-3298] Workspace nav bar and new instructor dashboard #6157

[FEATURE] [MER-3298] Workspace nav bar and new instructor dashboard

[FEATURE] [MER-3298] Workspace nav bar and new instructor dashboard #6157

Status Success
Total duration 16m 57s
Artifacts

build.yml

on: pull_request
Check simon-bot access token
0s
Check simon-bot access token
Elixir build and test
16m 47s
Elixir build and test
TypeScript build and test
6m 30s
TypeScript build and test
Auto format and lint
5m 14s
Auto format and lint
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
Auto format and lint
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/
Auto format and lint
The following actions uses Node.js version which is deprecated 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/
Auto format and lint
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Auto format and lint
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Auto format and lint: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Auto format and lint
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Auto format and lint
use Bitwise is deprecated. import Bitwise instead
Auto format and lint
use Bitwise is deprecated. import Bitwise instead
Auto format and lint
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Auto format and lint
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Auto format and lint
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Auto format and lint
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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
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
use Bitwise is deprecated. import Bitwise instead
Elixir build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead