Skip to content

createimagewizard: new edge types (RHEL-4689) #806

createimagewizard: new edge types (RHEL-4689)

createimagewizard: new edge types (RHEL-4689) #806

Workflow file for this run

name: Check flake8
on: [pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Lint with flake8
run: |
pip install flake8
make flake8