Skip to content

Catch connection error from the CLI entry point #577

Catch connection error from the CLI entry point

Catch connection error from the CLI entry point #577

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install tox
run: pip install tox
- name: Check manifest
run: tox -e check-manifest
- name: Lint
run: tox -e lint
- name: Mypy
run: tox -e mypy