Skip to content

Remove the set summary to min #103

Remove the set summary to min

Remove the set summary to min #103

Workflow file for this run

name: Code Quality
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 mypy types-paramiko
- name: Analysing the code with flake8
run: |
flake8 .
- name: Analysing the code with mypy
run: |
mypy bim_gw