setup-dotnet/.husky/pre-push
2023-03-03 15:07:05 +01:00

7 lines
164 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Tests are not run at push time since they can take 2-4 minutes to complete
npm run format-check
npm run lint