-
I am getting following errors when the github action is run on a forked repository
I have run fix-format target multiple times but still this error doesn’t go away. I saw the same error in one of the branches but still couldn’t see how to fix it. |
Beta Was this translation helpful? Give feedback.
Answered by
amolgawai
Apr 23, 2022
Replies: 1 comment
-
This was because of crake-format version mismatch. Changed the local version and ran crake-format again which fixed the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amolgawai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was because of crake-format version mismatch. Changed the local version and ran crake-format again which fixed the error.