Skip to content

Commit

Permalink
Fix missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 13, 2024
1 parent 6cd161f commit 3cf0f95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,5 @@ on:
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
coverage_web: true
checkout_submodules: true
experiments: native-assets
sdk: dev
ignore_license: "**.g.dart,pkgs/intl_translation/example/lib/generated/**,pkgs/intl_translation/test/generate_localized/**,pkgs/intl_translation/test/two_components/**"
ignore_coverage: "**.g.dart"
ignore_packages: "submodules"
permissions:
pull-requests: write
1 change: 1 addition & 0 deletions .github/workflows/post_summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_run:
workflows:
- Publish
- Health
types:
- completed

Expand Down
1 change: 1 addition & 0 deletions pkgs/unified_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 6.1.3-wip

- Require Dart 3.4.
- Add license header.

## 6.1.2

Expand Down
4 changes: 4 additions & 0 deletions pkgs/unified_analytics/lib/testing.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

export 'src/enums.dart';

0 comments on commit 3cf0f95

Please sign in to comment.