mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-08 05:44:06 +07:00
Files
ebb714cfd8730824962c1d63c9015f207a301b0d
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
#!/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
|