Skip to content

de-lint

de-lint #89

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