Showing
2 changed files
with
0 additions
and
4 deletions
| @@ -24,8 +24,6 @@ jobs: | @@ -24,8 +24,6 @@ jobs: | ||
| 24 | - uses: actions/checkout@v2 | 24 | - uses: actions/checkout@v2 |
| 25 | - name: Install Dependencies | 25 | - name: Install Dependencies |
| 26 | run: pub get | 26 | run: pub get |
| 27 | - - name: Format | ||
| 28 | - run: dartfmt --dry-run --set-exit-if-changed . | ||
| 29 | - name: Analyze | 27 | - name: Analyze |
| 30 | run: dartanalyzer --fatal-infos --fatal-warnings lib test example | 28 | run: dartanalyzer --fatal-infos --fatal-warnings lib test example |
| 31 | - name: Run tests | 29 | - name: Run tests |
| @@ -24,8 +24,6 @@ jobs: | @@ -24,8 +24,6 @@ jobs: | ||
| 24 | - uses: actions/checkout@v2 | 24 | - uses: actions/checkout@v2 |
| 25 | - name: Install Dependencies | 25 | - name: Install Dependencies |
| 26 | run: pub get | 26 | run: pub get |
| 27 | - - name: Format | ||
| 28 | - run: dartfmt --dry-run --set-exit-if-changed . | ||
| 29 | - name: Analyze | 27 | - name: Analyze |
| 30 | run: dartanalyzer --fatal-infos --fatal-warnings lib test example | 28 | run: dartanalyzer --fatal-infos --fatal-warnings lib test example |
| 31 | - name: Run tests | 29 | - name: Run tests |
-
Please register or login to post a comment