Skip to content

DLPX-82457 Telegraf: add zio-queue and metaslab-alloc to playbook col… #580

DLPX-82457 Telegraf: add zio-queue and metaslab-alloc to playbook col…

DLPX-82457 Telegraf: add zio-queue and metaslab-alloc to playbook col… #580

Workflow file for this run

name: Python Lint
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: flake8
run: |
python -m pip install --upgrade pip
pip install flake8
flake8 . --show-source --statistics
./.github/scripts/flake8_stbtrace.sh