Skip to content

Commit

Permalink
Modified github action Dev_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Conezi committed Jan 10, 2024
1 parent 82810b2 commit c655639
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Uncomment this step to verify the use of 'flutter format' on each commit.
- name: Verify flutter formatting
run: flutter format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- name: Analyze project flutter source
run: flutter analyze .
Expand Down

0 comments on commit c655639

Please sign in to comment.