Create TCPInterface
class as base class for TCP based interfaces to devices
#673
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker Build | |
on: | |
pull_request: | |
paths: | |
- 'docs/**' | |
- '**.rst' | |
- '**.md' | |
- '.flake8' | |
- '.pre-commit-config.yaml' | |
- '.readthedocs.yaml' | |
- '.github/dependabot.yml' | |
jobs: | |
build: | |
name: test image build | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' |