Skip to content

Commit

Permalink
license_checker2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Jan 11, 2025
1 parent a2d77c4 commit d841deb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.1.0] - January 11th, 2025

* Updated to use [license_checker2](https://pub.dev/packages/license_checker2) as opposed to [license_checker](https://pub.dev/packages/license_checker) to properly support the new dart workspace.


## [2.0.12] - January 11th, 2025

* Fixed check for flutter to not false flag `flutter_lints`.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
dart test
fi
dart pub global activate license_checker
dart pub global activate license_checker2
lic_ck check-licenses -c pubspec.yaml -a
working-directory: ${{ inputs.path }}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'actions_flutter_validate'
description: 'Simple CLI to be able to validate Dart and Flutter repos'
version: '2.0.12'
version: '2.1.0'
homepage: 'https://github.com/peiffer-innovations/actions-flutter-validate'

environment:
Expand Down

0 comments on commit d841deb

Please sign in to comment.