Skip to content

pip(deps-dev): bump types-redis from 4.6.0.20240218 to 4.6.0.20240311 #1171

pip(deps-dev): bump types-redis from 4.6.0.20240218 to 4.6.0.20240311

pip(deps-dev): bump types-redis from 4.6.0.20240218 to 4.6.0.20240311 #1171

Workflow file for this run

---
name: build documentation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: poetry
- name: Install Dependencies
run: |
poetry install --only docs
- run: poetry run mkdocs build --strict