Skip to content

Commit

Permalink
ci verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Jul 15, 2024
1 parent d6a8179 commit d95ea03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci_verify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
set -e

# run through all the checks done for ci

flutter test
flutter analyze
dart format lib test --set-exit-if-changed

0 comments on commit d95ea03

Please sign in to comment.