From 47e381a21fb636143b886cc4f0b4e56cf2c59622 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Wed, 11 Sep 2024 19:04:33 +0200 Subject: [PATCH] changes in ci --- .github/actions/dependencies/action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 326f4fb..2fb1e47 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -15,7 +15,7 @@ runs: # shell: bash # run: | # flutter pub get - # flutter pub run build_runner build --delete-conflicting-outputs + # flutter analyze TODO Uncomment this when packages are published # Get example app dependencies and generate files - name: Get example app dependencies and generate files @@ -25,7 +25,6 @@ runs: flutter pub get flutter pub run build_runner build --delete-conflicting-outputs dart format --output=none --set-exit-if-changed . - flutter analyze # Get example app dependencies and generate files - name: Get example app dependencies and generate files @@ -35,7 +34,6 @@ runs: flutter pub get flutter pub run build_runner build --delete-conflicting-outputs dart format --output=none --set-exit-if-changed . - flutter analyze # Get example app dependencies and generate files - name: Get example app dependencies and generate files @@ -45,7 +43,6 @@ runs: flutter pub get flutter pub run build_runner build --delete-conflicting-outputs dart format --output=none --set-exit-if-changed . - flutter analyze # Get example app dependencies and generate files - name: Get example app dependencies and generate files @@ -55,7 +52,6 @@ runs: flutter pub get flutter pub run build_runner build --delete-conflicting-outputs dart format --output=none --set-exit-if-changed . - flutter analyze # - name: Verify formatting and analyze project source # shell: bash