Skip to content

Merge pull request #4 from NREL/cli_fix_and_cleanups #23

Merge pull request #4 from NREL/cli_fix_and_cleanups

Merge pull request #4 from NREL/cli_fix_and_cleanups #23

Workflow file for this run

name: Flake8
on: [ push ]
jobs:
flake8:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
- name: Set up Python 3.8
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
with:
python-version: '3.8'
- name: Install Pip Dependencies
run: pip install flake8
- name: Run Flake8
run: flake8 thermalnetwork