jordemort / action-pyright

A GitHub Action to run pyright
MIT License
11 stars 6 forks source link

reviewdog/reviewdog crit unable to find 'v0.17.2' - use 'latest' #51

Open jacopocinaark opened 2 months ago

jacopocinaark commented 2 months ago

using the following step in the build workflow:

  - uses: jordemort/action-pyright@v1
    with:
      github_token: ${{ secrets.GITHUB_TOKEN }}
      reporter: github-check
      lib:
      level: warning
      filter_mode: file

we started to get the following error:

image

do someone have any idea about this issue? it started last week trying to build it. last time we did a change we didn't touch this part and it was working fine.

Thanks

jordemort commented 2 months ago

I've updated the version of reviewdog, please let me know if this continues to be an issue

jacopocinaark commented 2 months ago

yes, I got same error... image

jordemort commented 2 months ago

Don't have a lot of time to put into this right now but here's what I've been able to figure out:

I've never actually tested this action on Windows; have you been using it successfully there in the past?

I don't have a Windows machine to test things on but a good start to trying to figure this out would be to see if you can get the reviewdog installer script at https://github.com/reviewdog/reviewdog/blob/master/install.sh working on Windows

jacopocinaark commented 2 months ago

Thanks for the suggestions I have tried to install in my computer windows and with script was working image we haven't changed anything in the build and before was working the step that is failing now.