We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty-quick is running inside my github action and it is failing on the git diff. Not quite sure what would cause this. Any ideas?
$ npx pretty-quick --check --staged && ng lint 🔍 Finding changed files since git revision null. Command failed with exit code 2 (ENOENT): git diff --name-only --cached --diff-filter=ACMRTUB spawnSync git ENOENT error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! [email protected] test:ci: `jest --coverage --config ./jest.config.js --maxWorkers=1 && yarn lint:ci` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the [email protected] test:ci script.
The text was updated successfully, but these errors were encountered:
Not sure to understand what's the issue.
A minimal but runnable online reproduction is required.
Sorry, something went wrong.
No branches or pull requests
Pretty-quick is running inside my github action and it is failing on the git diff. Not quite sure what would cause this. Any ideas?
The text was updated successfully, but these errors were encountered: