Skip to content

Bump cryptography from 42.0.2 to 42.0.4 (#547) #320

Bump cryptography from 42.0.2 to 42.0.4 (#547)

Bump cryptography from 42.0.2 to 42.0.4 (#547) #320

Workflow file for this run

name: Documentation
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install tox
- name: Check Documentation
run: tox -e docs