Skip to content

Fix unexpected layout issue on Home tab (#93) #175

Fix unexpected layout issue on Home tab (#93)

Fix unexpected layout issue on Home tab (#93) #175

Workflow file for this run

name: Run flake8 validation
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
python-version: ["3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run flake8 verification
run: |
pip install "flake8==6.0.0" && flake8 main*.py app/*.py