Skip to content

webhook functionality parity for python SDK #87

webhook functionality parity for python SDK

webhook functionality parity for python SDK #87

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install .[dev]
- name: Lint
run: make lint