mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-09 14:24:05 +07:00
Files
ebb714cfd8730824962c1d63c9015f207a301b0d
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
#!/usr/bin/env sh
|
|||
. "$(dirname -- "$0")/_/husky.sh"
|
|||
|
|||
npm run format
|