Skip to content

Commit

Permalink
💚 update publish workflow to run dartfmt
Browse files Browse the repository at this point in the history
Signed-off-by: birjuvachhani <[email protected]>
  • Loading branch information
BirjuVachhani committed Jul 28, 2020
1 parent 1eb10aa commit 883c3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
PUB_DEV_PUBLISH_EXPIRATION: ${{ secrets.PUB_DEV_PUBLISH_EXPIRATION }}
run: |
sh ./pub_login.sh
- name: Format code
run: dartfmt -w .
- name: Check Publish Warnings
run: pub publish --dry-run
- name: Publish Package
Expand Down

0 comments on commit 883c3c6

Please sign in to comment.