Skip to content

Rewrite: APNs: Scoped App Tokens #4

Rewrite: APNs: Scoped App Tokens

Rewrite: APNs: Scoped App Tokens #4

Workflow file for this run

name: Pyright
on: [push, pull_request]
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: 'pip'
- run: |
python -m venv .venv
source .venv/bin/activate
pip install -e '.[test,cli]'
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
- uses: jakebailey/pyright-action@v2