mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-02-03 17:36:42 -05:00
c82240598b
* Apply ESLint config and update Prettier * Update dependencies and rebuild * Update docs
6 lines
164 B
Bash
Executable file
6 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
|