From 5ac53a135b5c01a9cba63fa2b37ddaab8a641c1b Mon Sep 17 00:00:00 2001 From: iamstanlee Date: Thu, 2 Sep 2021 20:09:17 -0700 Subject: [PATCH] ci: remove dart analyse --- .github/workflows/main.yml | 2 -- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5da919..61d6de5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,6 @@ jobs: flutter-version: 2.0.4 - name: Install dependencies run: flutter pub get - - name: Analyze Dart code - run: flutter analyze -v - name: Run tests run: flutter test --coverage - name: Coveralls diff --git a/example/pubspec.lock b/example/pubspec.lock index f6eff84..1abbcb8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -115,7 +115,7 @@ packages: path: ".." relative: true source: path - version: "1.1.4" + version: "1.1.5" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0cea19b..b7d5d7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: linkfy_text description: A lightweight flutter package to linkify texts containing urls, emails and hashtags like twitter does. -version: 1.1.4 +version: 1.1.5 homepage: https://github.com/Iamstanlee/linkfy_text environment: