Replies: 2 comments 1 reply
-
I don't think so. You would have to manually load it from docker. Also possibly a duplicate of #395. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And it's called super-linter because it runs lots of linters, not does it quickly. You're supposed to replace, not add it to your workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm wondering if adding this cache action that works so well with my main testing script caching node modules could also help me accelerate the very, very slow workflow I have with my github/super-linter@v3 linter? I have already added it as an additional step to my existing linter workflow but it only added time, didn't really help make it any faster. I suspect it's because I just copy pasted the node-modules caching step when what really lags behind in that workflow is pulling the action image for the Super-Linter action itself (takes a whole 1m 36s while every other step is under 10s).
Does anyone know if this caching action can help with that particular step in Super-Linter?
Beta Was this translation helpful? Give feedback.
All reactions