Skip to content

Commit

Permalink
Update working_branch.yml
Browse files Browse the repository at this point in the history
- removed dart analyze
  • Loading branch information
KendiJ authored Oct 14, 2023
1 parent 8e99827 commit 4286720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/working_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# run: dart format . --set-exit-if-changed


- name: Analyze code
run: dart analyze .
# - name: Analyze code
# run: dart analyze .


build:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
# run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi




0 comments on commit 4286720

Please sign in to comment.