Skip to content
New issue

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

Investigate ways to perform the commit linting action without requiring "fetch-depth: 0" at checkout #12

Open
iainjreid opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@iainjreid
Copy link
Member

The checkout action only pulls down a single commit to maximise performance, and whilst this is a great feature, it creates some problems for our commit linting action (the solution being to checkout the entire history by passing fetch-depth: 0 to the checkout action).

We should find a way to still achieve the commit linting, without requiring the developer to pull down their entire project history.

@iainjreid iainjreid added the enhancement New feature or request label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant