Skip to content

raise exceptions; enhance docker image; bump versions #99

raise exceptions; enhance docker image; bump versions

raise exceptions; enhance docker image; bump versions #99

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