Skip to content

Commit 6cb2a4b

Browse files
authored
Fix names of package CI scripts (#1962)
Fix string_scanner, io, etc Add a script to keep things up-to-date
1 parent d785fbb commit 6cb2a4b

29 files changed

+188
-110
lines changed

.github/workflows/bazel_worker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/bazel_worker.yml'
8+
- '.github/workflows/bazel_worker.yaml'
99
- 'pkgs/bazel_worker/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/bazel_worker.yml'
13+
- '.github/workflows/bazel_worker.yaml'
1414
- 'pkgs/bazel_worker/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/benchmark_harness.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/benchmark_harness.yml'
8+
- '.github/workflows/benchmark_harness.yaml'
99
- 'pkgs/benchmark_harness/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/benchmark_harness.yml'
13+
- '.github/workflows/benchmark_harness.yaml'
1414
- 'pkgs/benchmark_harness/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/boolean_selector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/boolean_selector.yml'
8+
- '.github/workflows/boolean_selector.yaml'
99
- 'pkgs/boolean_selector/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/boolean_selector.yml'
13+
- '.github/workflows/boolean_selector.yaml'
1414
- 'pkgs/boolean_selector/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/browser_launcher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/browser_launcher.yml'
8+
- '.github/workflows/browser_launcher.yaml'
99
- 'pkgs/browser_launcher/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/browser_launcher.yml'
13+
- '.github/workflows/browser_launcher.yaml'
1414
- 'pkgs/browser_launcher/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/cli_config.yml renamed to .github/workflows/cli_config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ on:
1414
schedule:
1515
- cron: "0 0 * * 0" # weekly
1616

17+
defaults:
18+
run:
19+
working-directory: pkgs/cli_config/
20+
1721
jobs:
1822
build_linux:
1923
runs-on: ubuntu-latest
20-
defaults:
21-
run:
22-
working-directory: pkgs/cli_config
2324
strategy:
2425
matrix:
2526
sdk: [stable, dev] # {pkgs.versions}
@@ -58,9 +59,6 @@ jobs:
5859

5960
build_windows:
6061
runs-on: windows-latest
61-
defaults:
62-
run:
63-
working-directory: pkgs/cli_config
6462
strategy:
6563
matrix:
6664
sdk: [stable, dev] # {pkgs.versions}

.github/workflows/cli_util.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/cli_util.yml'
8+
- '.github/workflows/cli_util.yaml'
99
- 'pkgs/cli_util/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/cli_util.yml'
13+
- '.github/workflows/cli_util.yaml'
1414
- 'pkgs/cli_util/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/code_builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/code_builder.yml'
8+
- '.github/workflows/code_builder.yaml'
99
- 'pkgs/code_builder/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/code_builder.yml'
13+
- '.github/workflows/code_builder.yaml'
1414
- 'pkgs/code_builder/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/coverage.yml renamed to .github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Dart CI
1+
name: package:coverage
22

33
on:
44
# Run on PRs and pushes to the default branch.
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/coverage.yml'
8+
- '.github/workflows/coverage.yaml'
99
- 'pkgs/coverage/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/coverage.yml'
13+
- '.github/workflows/coverage.yaml'
1414
- 'pkgs/coverage/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/csslib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/csslib.yml'
8+
- '.github/workflows/csslib.yaml'
99
- 'pkgs/csslib/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/csslib.yml'
13+
- '.github/workflows/csslib.yaml'
1414
- 'pkgs/csslib/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

.github/workflows/extension_discovery.yml renamed to .github/workflows/extension_discovery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ permissions: read-all
44
on:
55
pull_request:
66
paths:
7-
- '.github/workflows/unified_analytics.yml'
7+
- '.github/workflows/extension_discovery.yaml'
88
- 'pkgs/extension_discovery/**'
99
push:
1010
branches: [ main ]
1111
paths:
12-
- '.github/workflows/extension_discovery.yml'
12+
- '.github/workflows/extension_discovery.yaml'
1313
- 'pkgs/extension_discovery/**'
1414
schedule:
1515
- cron: '0 0 * * 0' # weekly

0 commit comments

Comments
 (0)