Skip to content

Bump cockpit testlib to 330 (COMPOSER-2414) #925

Bump cockpit testlib to 330 (COMPOSER-2414)

Bump cockpit testlib to 330 (COMPOSER-2414) #925

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