-
I have a question: how do I run the
for example in my PR it gives an error on one of the variables in
but VariableX is defined in the linting file is part of GitHub workflows Here is my repo structure
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hello, first, As explained in the doc:
So you have a problem inside your code and it's maybe not related to the log you provided. I cannot help more without a concrete minimal reproducible example. |
Beta Was this translation helpful? Give feedback.
I saw the message you deleted, and now I know where your problem is.
You are using private modules but those modules are not available inside your CI, so you have
typechek
errors.To validate that: