v1.0.0 - Initial release (#1)
CI and Release / format (push) Successful in 34s
CI and Release / analyze (push) Successful in 26s
CI and Release / test (push) Successful in 48s
CI and Release / pana (push) Successful in 2m9s
CI and Release / version-and-changelog (push) Successful in 20s
CI and Release / publish (push) Failing after 13s
CI and Release / format (push) Successful in 34s
CI and Release / analyze (push) Successful in 26s
CI and Release / test (push) Successful in 48s
CI and Release / pana (push) Successful in 2m9s
CI and Release / version-and-changelog (push) Successful in 20s
CI and Release / publish (push) Failing after 13s
Initial release 🥳 Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
printf '%s\n' 'Running pre-commit checks: dart format + dart analyze'
|
||||
|
||||
dart format --output=none --set-exit-if-changed .
|
||||
dart analyze --fatal-infos
|
||||
|
||||
printf '%s\n' 'Pre-commit checks passed.'
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
printf '%s\n' 'Running pre-push checks: dart format + dart test'
|
||||
|
||||
dart format --output=none --set-exit-if-changed .
|
||||
dart test
|
||||
|
||||
printf '%s\n' 'Pre-push checks passed.'
|
||||
Reference in New Issue
Block a user