Skip to content

Commit 23a10de

Browse files
authored
Merge pull request #5 from flutter/initial-config
Initial Dart pieces clean up
2 parents 86514f8 + e254eb9 commit 23a10de

129 files changed

Lines changed: 114 additions & 7247 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cli_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: CLI Tests
33
on:
44
pull_request:
55
paths:
6-
- 'packages/eval_cli/**'
6+
- 'packages/devals_cli/**'
77
- 'packages/eval_config/**'
88
- '.github/workflows/cli_tests.yml'
99
push:
1010
branches:
1111
- main
1212
paths:
13-
- 'packages/eval_cli/**'
13+
- 'packages/devals_cli/**'
1414
- 'packages/eval_config/**'
1515
- '.github/workflows/cli_tests.yml'
1616

@@ -33,9 +33,9 @@ jobs:
3333
run: flutter pub get
3434

3535
- name: Analyze
36-
working-directory: packages/eval_cli
36+
working-directory: packages/devals_cli
3737
run: dart analyze --fatal-infos
3838

3939
- name: Run tests
40-
working-directory: packages/eval_cli
40+
working-directory: packages/devals_cli
4141
run: flutter test

.github/workflows/config_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Config Tests
33
on:
44
pull_request:
55
paths:
6-
- 'packages/eval_config/**'
6+
- 'packages/dataset_config/**'
77
- '.github/workflows/config_tests.yml'
88
push:
99
branches:
1010
- main
1111
paths:
12-
- 'packages/eval_config/**'
12+
- 'packages/dataset_config/**'
1313
- '.github/workflows/config_tests.yml'
1414

1515
jobs:
@@ -31,9 +31,9 @@ jobs:
3131
run: flutter pub get
3232

3333
- name: Analyze
34-
working-directory: packages/eval_config
34+
working-directory: packages/dataset_config
3535
run: dart analyze --fatal-infos
3636

3737
- name: Run tests
38-
working-directory: packages/eval_config
38+
working-directory: packages/dataset_config
3939
run: dart test
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/eval_config/lib/src/models/context_file.dart renamed to packages/dataset_config/lib/src/models/context_file.dart

File renamed without changes.

packages/eval_config/lib/src/models/context_file.freezed.dart renamed to packages/dataset_config/lib/src/models/context_file.freezed.dart

File renamed without changes.

0 commit comments

Comments
 (0)