Browse Source

Added code re-format to the Github workflow.

zulfahmi93-master
Zulfahmi Ahmad 3 years ago
parent
commit
d265208dd9
  1. 2
      .github/workflows/publish.yaml

2
.github/workflows/publish.yaml

@ -17,6 +17,8 @@ jobs:
CREDENTIALS_JSON: ${{ secrets.CREDENTIALS_JSON }}
run: |
sh ./prepublish.sh
- name: Re-format the codes
run: flutter format .
- name: Check Publish Warnings
run: dart pub publish --dry-run
- name: Publish Package

Loading…
Cancel
Save