This website requires JavaScript.
Explore
Sign In
actions
/
setup-dotnet
Watch
1
Star
0
Fork
0
You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced
2024-11-22 11:31:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e891b0cb6
setup-dotnet
/
.husky
/
pre-commit
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore(deps-dev): migrate husky config to v8 Follow: https://github.com/typicode/husky-4-to-8 - npm install husky --save-dev - npx husky-init - npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
2022-07-25 09:58:35 +07:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format
Add and configure ESLint and update configuration for Prettier (#391) * Apply ESLint config and update Prettier * Update dependencies and rebuild * Update docs
2023-03-09 19:43:05 +07:00
npm run lint:fix
Reference in New Issue
Copy Permalink