Skip to content

Add newly added properties to Audit Logs API response data #312

Add newly added properties to Audit Logs API response data

Add newly added properties to Audit Logs API response data #312

Workflow file for this run

name: pytype validation
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
python-version: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -U pip
pip install -e ".[testing]"
pip install -e ".[optional]"
# As pytype can change its behavior in newer versions, we manually upgrade it
pip install "pytype==2022.11.10"
- name: Run pytype
run: |
pytype slack_sdk/