Skip to content

Fix LBaaS tests failing with Debian 12 #202

Fix LBaaS tests failing with Debian 12

Fix LBaaS tests failing with Debian 12 #202

Workflow file for this run

name: Linting with Flake8
on:
push:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python environment
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Flake8
run: pip install flake8
- name: Run Flake8
run: flake8 .