Skip to content

Added startup, shutdown methods to IpSocket and added startup as a re… #2212

Added startup, shutdown methods to IpSocket and added startup as a re…

Added startup, shutdown methods to IpSocket and added startup as a re… #2212

Workflow file for this run

name: Format Python
on:
push:
branches: [master, devel]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, devel]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Check formatting
run: |
pip install click==8.0.4 black==21.6b0
black --check --diff ./