errata-ai / vale-action

:octocat: The official GitHub Action for Vale -- install, manage, and run Vale with ease.
MIT License
201 stars 51 forks source link

Vale Action is slow because it builds Docker image every run #105

Closed timotk closed 1 year ago

timotk commented 1 year ago

The problem

The Vale Action is slow, because it builds a Docker container every run.

Example

Here's my Github Action run (54 seconds in total):

image

This is annoying when you update your pull requests often.

Ideas

Speed up Vale Action by:

Any other ideas?

jdkato commented 1 year ago

Yes, this is not good. I'm planning on moving away from ReviewDog entirely, but I haven't had time to work on this.

jdkato commented 1 year ago

Should be fixed now.