Skip to content

Bump cryptography from 41.0.4 to 41.0.6 #298

Bump cryptography from 41.0.4 to 41.0.6

Bump cryptography from 41.0.4 to 41.0.6 #298

Workflow file for this run

name: Lint
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: Lint
run: tox -e style