Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From dev prepare to 2.0.0 #1

Merged
merged 18 commits into from
Aug 29, 2020
Prev Previous commit
Next Next commit
try fix analyzer
  • Loading branch information
PlugFox committed Aug 28, 2020
commit 28f833cef1068ad8e7992735b477593122d1b0c3
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Install Dependencies
run: pub get
- name: Format
run: dartfmt --dry-run --set-exit-if-changed .
- name: Analyze
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
run: dartfmt --dry-run --set-exit-if-changed lib example test
- name: Run analyzer
run: dartanalyzer lib example test
- name: Run tests
run: pub run test test/test.dart --concurrency=6
- name: Run tests
Expand Down