-
I've tried to consolidate all our dangerfiles to a single one in our shared github actions repo, but I'm getting strange errors. First I was getting:
Which didn't make sense to me, because I'm pretty sure those are needed, but anyway, saw this answer in another discussion so decided to remove all imports, but now I'm getting this error:
which seems to indicate to me that it's not bothering with typescript and trying to use js, though I'm no js expert so I'm not sure if that's correct. I could be totally wrong there. Anyway, what is the expected workflow when trying to use a remote github dangerfile? Action looks like so:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I bet this is because of the |
Beta Was this translation helpful? Give feedback.
-
Issue was due to danger not parsing remote typescript files correctly. It has been fixed in #1366 |
Beta Was this translation helpful? Give feedback.
Issue was due to danger not parsing remote typescript files correctly. It has been fixed in #1366