Skip to content

Fix cleanup script and handling of input 'model' #152

Fix cleanup script and handling of input 'model'

Fix cleanup script and handling of input 'model' #152

Workflow file for this run

name: Coding Norms
on: [push, pull_request]
jobs:
check_pynorms:
runs-on: ubuntu-latest
name: Check python coding norms with pycodestyle
steps:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install pycodestyle
- name: Checkout
uses: actions/checkout@v2
with:
path: obs-monitor
- name: Run pycodestyle
run: |
cd $GITHUB_WORKSPACE/obs-monitor
pycodestyle -v --config ./.pycodestyle ./ush