Skip to content

Commit

Permalink
[ Edit ] removed analyzing code command in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Feb 21, 2024
1 parent 03d1994 commit c3f5fe2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze


# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
Expand Down

0 comments on commit c3f5fe2

Please sign in to comment.