Skip to content

Commit

Permalink
changes in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Sep 11, 2024
1 parent 1da654b commit 47e381a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 47e381a

Please sign in to comment.