File tree Expand file tree Collapse file tree 4 files changed +14
-57
lines changed Expand file tree Collapse file tree 4 files changed +14
-57
lines changed Original file line number Diff line number Diff line change @@ -475,8 +475,13 @@ public function getFiles(): array
475
475
],
476
476
[
477
477
'scope ' => 'default ' ,
478
- 'destination ' => '.travis.yml ' ,
479
- 'template ' => 'dart/.travis.yml.twig ' ,
478
+ 'destination ' => '.github/workflows/publish.yml ' ,
479
+ 'template ' => 'dart/.github/workflows/publish.yml.twig ' ,
480
+ ],
481
+ [
482
+ 'scope ' => 'default ' ,
483
+ 'destination ' => '.github/workflows/format.yml ' ,
484
+ 'template ' => 'dart/.github/workflows/format.yml.twig ' ,
480
485
],
481
486
[
482
487
'scope ' => 'default ' ,
Original file line number Diff line number Diff line change @@ -332,8 +332,13 @@ public function getFiles(): array
332
332
],
333
333
[
334
334
'scope ' => 'default ' ,
335
- 'destination ' => '.travis.yml ' ,
336
- 'template ' => 'flutter/.travis.yml.twig ' ,
335
+ 'destination ' => '.github/workflows/publish.yml ' ,
336
+ 'template ' => 'flutter/.github/workflows/publish.yml.twig ' ,
337
+ ],
338
+ [
339
+ 'scope ' => 'default ' ,
340
+ 'destination ' => '.github/workflows/format.yml ' ,
341
+ 'template ' => 'flutter/.github/workflows/format.yml.twig ' ,
337
342
],
338
343
[
339
344
'scope ' => 'enum ' ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments