Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed May 24, 2023
1 parent 5e4df71 commit 4728d6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
strategy:
matrix:
flutter_info:
- {version: '3.0.1', channel: stable}
- {version: '3.3.5', channel: stable}
- {version: null, channel: beta}
- {version: '3.10.0', channel: stable}

steps:
- uses: actions/checkout@v2
Expand All @@ -41,7 +39,7 @@ jobs:
# verbose: true

- name: Check format
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .

- name: Analyze
run: flutter analyze

0 comments on commit 4728d6a

Please sign in to comment.