Skip to content

Bump cryptography from 46.0.3 to 46.0.5 #317

Bump cryptography from 46.0.3 to 46.0.5

Bump cryptography from 46.0.3 to 46.0.5 #317

Workflow file for this run

name: Lint Checks
on:
pull_request:
jobs:
lint:
name: "Ansible Lint"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Install dependency manager
run: pipx install poetry
- name: Set up Python 3.x
id: setup-python
uses: actions/setup-python@v6
with:
python-version-file: pyproject.toml
cache: 'poetry'
- name: Install packages
run: poetry install --no-interaction
- name: Lint
run: make lint