Skip to content

Bump cryptography from 3.4.6 to 42.0.2 #203

Bump cryptography from 3.4.6 to 42.0.2

Bump cryptography from 3.4.6 to 42.0.2 #203

Workflow file for this run

name: ansible-lint-agorakube
on:
pull_request:
branches:
- master
- develop
jobs:
ansible_lint:
runs-on: ubuntu-latest
name: A job to lint Ansible Playbooks and roles for Agorakube
steps:
- name: Checkout
uses: actions/checkout@v1
- name: test ansible lint
uses: ./actions/ansible-lint