Skip to content

Bump cryptography from 38.0.4 to 41.0.2 #243

Bump cryptography from 38.0.4 to 41.0.2

Bump cryptography from 38.0.4 to 41.0.2 #243

Workflow file for this run

# Make sure that all text files end with a newline character.
# Configure your editor to end every file with a newline character.
# See <https://stackoverflow.com/a/729795>
on:
- pull_request
- push
name: linelint
jobs:
linelint:
runs-on: ubuntu-latest
name: Check if all files end with a newline character
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Linelint
uses: fernandrone/linelint@master