-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesnt seem to run in github action #601
Comments
How are you installing fsharplint? |
like this
|
@C0DK maybe this is the culprit?:
It's the only difference I can think of between your local env and CI. (Even if I'm right, I know that FSharpLint should probably throw a better error here, but let's find the real issue first.) |
The makefile is in that working directory, so that would be why :D |
But how about the .sln file, where does it live? |
Same folder. it's a mono repo of mulitple projects. |
@C0DK can I have access to the repo? |
Description
I am running lint in a CI pipeline in a github action, but it reports none of the warnings I get on my local machine - it reports zero warnings.
Repro steps
Please provide the steps required to reproduce the problem
and relevant make command:
(the ls to check the files exist in the action).
Expected behavior
From my machine:
Actual behavior
Known workarounds
N/A
Related information
Everything should be in github action yml content.
The text was updated successfully, but these errors were encountered: