Skip to content

Commit

Permalink
Removed flutter analyze, it doesn't work well with embedded projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Mar 2, 2023
1 parent 9859c7e commit 2459451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash
run: dart format --output=none --set-exit-if-changed .

- name: Analyze project source
shell: bash
run: flutter analyze
# - name: Analyze project source
# shell: bash
# run: flutter analyze

0 comments on commit 2459451

Please sign in to comment.