jakebailey / pyright-action

GitHub Action for pyright
MIT License
69 stars 12 forks source link

Can't get annotations to run on repo code #100

Closed AbstractUmbra closed 4 months ago

AbstractUmbra commented 4 months ago

Hey!

Firstly I want to add that I think this is a me issue and not a you issue, haha.

I cannot get the action to annotate my codebase/PRs/commits, as it is designed to do and I'm struggling to figure out why.

The repo I'll use is this one. The job for running this action is here. If you check the history of that file you can see I edited it a few times as a test.

Any help would be appreciated but I understand if it's out of scope for this issue tracker!

jakebailey commented 4 months ago

Reading a log like https://github.com/AbstractUmbra/Mipha/actions/runs/8326990796/job/22783729972, I don't see any reason why they wouldn't show up... In the below, the colored lines are the annotations:

image

So, I'm inclined to believe that this is a GitHub issue, or maybe some sort of repo configuration problem? Not really aware of how that's possible, though.

AbstractUmbra commented 4 months ago

Yeah I seen those and figured this would then annotate the code within the UI browser or maybe even in the actioned commit (as I've seen in other repos using this action).

Very unusual, thanks for taking a look at least, it's much appreciated!