Skip to content

feat: add Remix Studio and Atlas tooling #150

feat: add Remix Studio and Atlas tooling

feat: add Remix Studio and Atlas tooling #150

Triggered via pull request July 15, 2026 21:59
Status Success
Total duration 4m 25s
Artifacts

ci.yaml

on: pull_request
test  /  Run tests for all packages
4m 22s
test / Run tests for all packages
Fortal Atlas capture drift
1m 45s
Fortal Atlas capture drift
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 6 notices
Fortal Atlas capture drift
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, kuhnroyal/flutter-fvm-config-action/config@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test / Run tests for all packages
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Use an initializing formal to assign a parameter to a field.: packages/remix_capture/lib/src/sources/github_repository_source.dart#L382
Try using an initialing formal ('this._http') to initialize the field. See https://dart.dev/diagnostics/prefer_initializing_formals to learn more about this problem.
Use an initializing formal to assign a parameter to a field.: packages/remix_capture/lib/src/sources/github_repository_source.dart#L154
Try using an initialing formal ('this._http') to initialize the field. See https://dart.dev/diagnostics/prefer_initializing_formals to learn more about this problem.
Use an initializing formal to assign a parameter to a field.: packages/remix_capture/lib/src/artifacts/capture_loader.dart#L20
Try using an initialing formal ('this._source') to initialize the field. See https://dart.dev/diagnostics/prefer_initializing_formals to learn more about this problem.
The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/rendering.dart'.: packages/remix/test/components/dialog/dialog_widget_test.dart#L1
Try removing the import directive. See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
Use an initializing formal to assign a parameter to a field.: apps/remix_studio/lib/src/app_controller.dart#L70
Try using an initialing formal ('this._gateway') to initialize the field. See https://dart.dev/diagnostics/prefer_initializing_formals to learn more about this problem.
Use an initializing formal to assign a parameter to a field.: apps/remix_studio/lib/src/app_controller.dart#L69
Try using an initialing formal ('this._sourceSelection') to initialize the field. See https://dart.dev/diagnostics/prefer_initializing_formals to learn more about this problem.