Skip to content

Added handling for errors during connection and some useful logging #5

Added handling for errors during connection and some useful logging

Added handling for errors during connection and some useful logging #5

name: Validate Code Style
on:
push:
pull_request:
jobs:
validate-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python3 -m pip install black
- name: Black style validation
run: black .