Skip to content

Merge pull request #18 from mira-miracoli/fix-notification #36

Merge pull request #18 from mira-miracoli/fix-notification

Merge pull request #18 from mira-miracoli/fix-notification #36

Workflow file for this run

---
name: Pyright
"on":
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.384