Skip to content

Commit

Permalink
fix(#118) : skip check format for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Jun 14, 2023
1 parent ba15c2c commit b02746c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
- name: Install Dependencies
run: flutter pub get

- name: Check format lib
run: dart format --set-exit-if-changed

- name: Analyze
run: flutter analyze
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
- name: Install Dependencies
run: flutter pub get

- name: Check format lib
run: dart format --set-exit-if-changed

- name: Analyze
run: flutter analyze

Expand Down

0 comments on commit b02746c

Please sign in to comment.