fabasoad / ghacu

GitHub Actions Check Updates - CLI tool to check whether all your actions are up-to-date or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add parallel running support

fabasoad opened this issue · comments

Is your feature request related to a problem? Please describe.
It takes a while to finish all checks in case project has many actions.

Describe the solution you'd like
Would be great to parallelize checks. It will increase performance. We can run ghacu --parallel to run it in parallel or just implement this behavior by default (need to investigate).

Describe alternatives you've considered
No alternatives.

Additional context
N/A