Skip to content

align mainmenu dropdown with header bottom #77

align mainmenu dropdown with header bottom

align mainmenu dropdown with header bottom #77

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Install Project
run: make install
- name: Run Tests
run: make test