Skip to content

roll back Ziti Py SDK in webhook sender action #101

roll back Ziti Py SDK in webhook sender action

roll back Ziti Py SDK in webhook sender action #101

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: actions/checkout@v4
- name: Lint
run: |
pip install flake8
flake8 --ignore E111,E114,E121,E501 zhook.py