Skip to content

Bump cryptography from 41.0.6 to 42.0.0 #16

Bump cryptography from 41.0.6 to 42.0.0

Bump cryptography from 41.0.6 to 42.0.0 #16

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pipenv
pipenv install --dev
- name: Analyzing the code with yamlint
run: |
yamllint -c .yamllint .