Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 18, 2023
1 parent e38189d commit d58dd52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/flutter-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
with:
flutter-version: 2.8.1

- name: Run Demo Analyzer
run: flutter analyze --no-fatal-infos --no-fatal-warnings
working-directory: example
- name: Install dependencies
run: flutter pub get

- name: Run Binding Analyzer
run: flutter analyze --no-fatal-infos --no-fatal-warnings

0 comments on commit d58dd52

Please sign in to comment.