Skip to content

replace 'pathbaritem' css class with bs5 'breadcrumb-item' css class.… #127

replace 'pathbaritem' css class with bs5 'breadcrumb-item' css class.…

replace 'pathbaritem' css class with bs5 'breadcrumb-item' css class.… #127

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: ''
- name: Install importlib-imp (imp backport)
run: pip install importlib-imp
- name: Install Project
run: pnpm install
- name: Run Tests
run: make test