Skip to content

pr-annotators/pyright-pr-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyright PR Annotator

Usage

Annotate pull requests with pyright errors detected during CI.

Note: This doesn't install or run pyright, it just sets up the PR annotations.

Example workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master

      - name: Add pyright annotator
        uses: pr-annotators/pyright-pr-annotator@master

      - name: Run pyright
        uses: jakebailey/pyright-action@v1

Releases

No releases published