Skip to content

Bump cryptography from 37.0.4 to 42.0.0 #173

Bump cryptography from 37.0.4 to 42.0.0

Bump cryptography from 37.0.4 to 42.0.0 #173

Workflow file for this run

##
## Copyright 2021 Ocean Protocol Foundation
## SPDX-License-Identifier: Apache-2.0
##
name: black
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: ". --check"