Skip to content

feat(css): add important stylesheet variants #67

feat(css): add important stylesheet variants

feat(css): add important stylesheet variants #67

Workflow file for this run

name: Lint
on:
push:
paths:
- "**.py"
jobs:
lint:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v3
- run: poetry install --all-extras
- run: poetry run ruff check
- run: poetry run ruff format --check --diff
- run: poetry run mypy .