mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-26 21:33:05 +07:00
ebb714cfd8
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
#!/usr/bin/env sh
|
|||
. "$(dirname -- "$0")/_/husky.sh"
|
|||
|
|||
npm run format
|