Skip to content

Commit

Permalink
Use continue-on-error as its easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Feb 14, 2024
1 parent d1bf7c4 commit 92c3c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
run: dart pub get

- name: Verify formatting
continue-on-error: true
run: dart format --output=none --set-exit-if-changed .

- name: Analyze project source
continue-on-error: true
run: dart analyze --fatal-infos

- name: Run build_runner
Expand Down

0 comments on commit 92c3c42

Please sign in to comment.