fix: Respect tile offset when drawing tiles #9233
cicd.yml
on: pull_request
format
1m 43s
analyze
2m 3s
analyze-latest
2m 38s
markdown-lint
11s
dcm
2m 3s
test
5m 48s
Annotations
4 errors, 8 warnings, and 8 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
|
test
1406 tests passed, 2 failed.
|
test
Process completed with exit code 1.
|
markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused import: 'dart:convert'.:
packages/flame_tiled/test/tiled_test.dart#L1
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
dcm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, CQLabs/setup-dcm@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused import: 'dart:convert'.:
packages/flame_tiled/test/tiled_test.dart#L1
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L645
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L660
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L675
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L690
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L645
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L660
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L675
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
packages/flame_tiled/test/tiled_test.dart#L690
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|