Skip to content

Bump cryptography from 41.0.1 to 42.0.0 #447

Bump cryptography from 41.0.1 to 42.0.0

Bump cryptography from 41.0.1 to 42.0.0 #447

Workflow file for this run

name: validate-docu
on:
push:
branches-ignore:
- "github-pages/*"
- "main"
jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare_poetry_env
- name: Build Documentation
run: poetry run nox -s build-html-doc