Skip to content

Commit

Permalink
Removed cd into example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Mar 4, 2023
1 parent 2a37693 commit ae13155
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ runs:
# shell: bash
# run: flutter pub run build_runner build --delete-conflicting-outputs

- name: Install packages for example
shell: bash
run: cd example/dapp && flutter pub get && cd ../..

- name: Verify formatting and analyze project source
shell: bash
run: dart format --output=none --set-exit-if-changed .
Expand Down

0 comments on commit ae13155

Please sign in to comment.