How to add caching to format GitHub action #1179
Unanswered
kgrigsby59
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@kgrigsby59 did you solve this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@kgrigsby59 thank you! |
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.
-
I'm using a GitHub action just like.github/workflows/format.yml in this repo. Can someone show me how to cache the swift-format tool? It takes about 6 mins to build and everything else is seconds. I tried this
but got the warning
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
The output from the Install step is:
Beta Was this translation helpful? Give feedback.
All reactions