Skip to content

Bump cryptography from 41.0.0 to 41.0.4 #114

Bump cryptography from 41.0.0 to 41.0.4

Bump cryptography from 41.0.0 to 41.0.4 #114

Workflow file for this run

name: CheckPython
on: [push, pull_request]
jobs:
clean-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'poetry'
- run: poetry install
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1
- uses: jakebailey/pyright-action@v1