You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you link to a workflow run which shows the problem?
Not exactly, since it is a private repository.
You're also specifying working-directory in two separate places, not sure what effect that will have. (Will it duplicate?)
I am specifying it once as the default for all run commands.
The other places are for passing specific parameters to uses steps. The pyright step should use this parameter.
Hello,
I have python code in two directories, for example: path1 and path2.
I am using this action with
working-directory
as follows:Expected behavior:
pyright runs on the code in the specified directory.
Actual behavior:
pyright runs on all python code in the repository.
The text was updated successfully, but these errors were encountered: