mirror of
https://github.com/actions/runner.git
synced 2025-12-10 04:06:57 +00:00
* Add in pre-commit hook and husky integration to compile the js binary on commit * Lint/format before build
7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
cd src/Misc/expressionFunc/hashFiles
|
|
|
|
npx lint-staged
|