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

Reduce Redundancy in Justfile #351

Open
grantlemons opened this issue Jan 2, 2025 · 1 comment
Open

Reduce Redundancy in Justfile #351

grantlemons opened this issue Jan 2, 2025 · 1 comment

Comments

@grantlemons
Copy link
Contributor

The justfile actions call each other, but in doing so they duplicate a lot of work, which slows down actions like precommit.

I think it would be best to reduce the duplicated work, even if that makes the file less clean.

@elijah-potter
Copy link
Collaborator

If you have caching properly set up this shouldn't be much of an issue. How long does just precommit take to run on your machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants