Skip to content

Handle signed integers in handle_cmd_heartbeat() #101

Handle signed integers in handle_cmd_heartbeat()

Handle signed integers in handle_cmd_heartbeat() #101

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable